Skip to main content

serialNumber

property X509Certificate.prototype.serialNumber

The serial number of this certificate.

Serial numbers are assigned by certificate authorities and do not uniquely identify certificates. Consider using x509.fingerprint256 as a unique identifier instead.

string
Back to top