trakteerjs
    Preparing search index...

    Interface PxfObject

    interface PxfObject {
        buf: string | Buffer;
        passphrase?: string;
    }
    Index

    Properties

    Properties

    buf: string | Buffer

    PFX or PKCS12 encoded private key and certificate chain.

    passphrase?: string

    Optional passphrase.