ts-lambda-api - v2.5.2
    Preparing search index...

    Interface PxfObject

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

    Properties

    Properties

    buf: string | Buffer<ArrayBufferLike>

    PFX or PKCS12 encoded private key and certificate chain.

    passphrase?: string

    Optional passphrase.