Skip to content

CrlCertificateSource

PEM string, DER bytes, or already-parsed certificate.

ts
type CrlCertificateSource = string | Uint8Array | ParsedCertificate

Released under the MIT License.