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

Usage in Deno

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

The RSA modulus, as a hexadecimal string.

Type

string