Skip to content

OcspRequestSource

PEM string, DER bytes, or already-parsed OCSP request.

ts
type OcspRequestSource = string | Uint8Array | ParsedOcspRequest

Released under the MIT License.