Skip to content

RevocationCertificateSource

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

ts
type RevocationCertificateSource = string | Uint8Array | ParsedCertificate

Released under the MIT License.