X509Certificate.prototype.checkIssued - Node documentation
method X509Certificate.prototype.checkIssued

Usage

import { X509Certificate } from "node:crypto";

Checks whether this certificate was issued by the given otherCert.

Parameters

otherCert: X509Certificate

Return Type

boolean