generateCertificate

suspend fun generateCertificate(keygenAlgorithm: Algorithm): RTCCertificate(source)

The generateCertificate() static function of the RTCPeerConnection interface creates an X.509 certificate and corresponding private key, returning a promise that resolves with the new RTCCertificate once it's generated.

MDN Reference


suspend fun generateCertificate(keygenAlgorithm: String): RTCCertificate(source)