RTCCertificateStats: issuerCertificateId property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The issuerCertificateId property of the RTCCertificateStats dictionary is a string containing the id of the RTCCertificateStats object in this report that contains the next certificate in the certificate chain.

If there are no further certificates in the chain, such as if this is the root certificate or a self-signed certificate, the value is undefined.

Note that WebRTC uses certificates when establishing a DTLS connection. By default connections use self-signed certificates, but in enterprise or WebRTC gateway setups signed certificate chains from intermediate and root certificate authorities (CAs) may be used instead. This property allows you to walk the chain of certificates if needed.

Value

A string, or undefined if the current certificate is at the end of the certificate chain.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtccertificatestats-issuercertificateid

Browser compatibility