Skip to content

PfxCertificateSource

PEM string or DER bytes for a certificate to include in a PFX bag.

ts
type PfxCertificateSource = string | Uint8Array | ParsedCertificate

Released under the MIT License.