jimpex
    Preparing search index...

    Type Alias JimpexHTTPSCredentials

    The paths to the SSL credentials. Depending on the application options, they can be relative to the project root, or the application executable, but they can't be absolute.

    type JimpexHTTPSCredentials = {
        ca?: string;
        cert?: string;
        key?: string;
    }
    Index

    Properties

    Properties

    ca?: string

    The path to the certificate authority file.

    cert?: string

    The path to the certificate file.

    key?: string

    The path to the key file.