Skip to content

CertificateSource

PEM string or DER bytes for a certificate. PEM may contain multiple blocks.

ts
type CertificateSource = string | Uint8Array

Released under the MIT License.