Skip to main content
PeerCertificate.fingerprint256 - tls - Node documentation
property PeerCertificate.fingerprint256

Usage in Deno

import { type PeerCertificate } from "node:tls";

The SHA-256 digest of the DER encoded certificate. It is returned as a : separated hexadecimal string.

Type

string