Skip to content

OcspResponseSource

OCSP response in any supported format.

Accepts PEM string or DER bytes. Used for CheckChainRevocationInput.ocspResponses.

ts
type OcspResponseSource = string | Uint8Array

Released under the MIT License.