Open steely-glint opened 2 weeks ago
The only other property that webRTC exposes from the RTCCertificate object is 'expires' . This can usefully be combined with PeerConnection.generateCertificate() to create a medium term pairing/trust relationship.
The security discussion should cover this.
Ah, that's a good point. I don't think this is easily modifiable. So at this point I'm thinking that using https://www.ietf.org/archive/id/draft-davidben-x509-alg-none-00.html is a better solution.
The only other property that webRTC exposes from the RTCCertificate object is 'expires' . This can usefully be combined with PeerConnection.generateCertificate() to create a medium term pairing/trust relationship.
The security discussion should cover this.