Skip to content

OcspCertificateSource

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

ts
type OcspCertificateSource = string | Uint8Array | ParsedCertificate

Released under the MIT License.