jimpex
    Preparing search index...

    Type Alias JimpexHTTPSOptions

    The options to enable HTTPS.

    type JimpexHTTPSOptions = {
        credentials?: JimpexHTTPSCredentials & { onHome?: boolean };
        enabled?: boolean;
    }
    Index

    Properties

    credentials?: JimpexHTTPSCredentials & { onHome?: boolean }

    The SSL credentials, and their location.

    Type Declaration

    • OptionalonHome?: boolean

      If true, the credentials will be located relative to the project root, otherwise, they will be located relative to the application executable.

      false
      
    enabled?: boolean

    Whether or not to enable HTTPS.