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

Usage in Deno

import { X509Certificate } from "node:crypto";

Will be `true` if this is a Certificate Authority (CA) certificate.

Type

boolean