Skip to main content
X509Certificate.prototype.fingerprint - Node documentation
property X509Certificate.prototype.fingerprint

Usage in Deno

import { X509Certificate } from "node:crypto";

The SHA-1 fingerprint of this certificate.

Because SHA-1 is cryptographically broken and because the security of SHA-1 is significantly worse than that of algorithms that are commonly used to sign certificates, consider using x509.fingerprint256 instead.

Type

string