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

Usage in Deno

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

The certificate issuer, described in the same terms as the subject.

Type