Skip to main content
X509Certificate.prototype.issuerCertificate - crypto - Node documentation
property X509Certificate.prototype.issuerCertificate

Usage in Deno

import { X509Certificate } from "node:crypto";

The issuer certificate or undefined if the issuer certificate is not available.

Type

X509Certificate | undefined