property PeerCertificate.issuer
Usage in Deno
import { type PeerCertificate } from "node:tls";
The certificate issuer, described in the same terms as the subject
.
import { type PeerCertificate } from "node:tls";
The certificate issuer, described in the same terms as the subject
.