Skip to content

CrlSource

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

ts
type CrlSource = string | Uint8Array | ParsedCertificateRevocationList

Released under the MIT License.