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

Usage in Deno

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

A string containing concatenated names for the subject, an alternative to the subject names.

Type

string