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

Usage in Deno

```typescript import { X509Certificate } from "node:node__crypto.d.ts"; ```
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