@accelerated-software-development/caddy-api-client - v0.7.1
    Preparing search index...

    Interface InternalFallbackPoliciesOptions

    interface InternalFallbackPoliciesOptions {
        includeLocalhostPolicy?: boolean;
        internalIssuer?: InternalIssuer;
    }
    Index

    Properties

    includeLocalhostPolicy?: boolean

    If true (default), prepend an explicit policy scoping the internal issuer to *.localhost + localhost. The catch-all below would handle these too, but Caddy already treats .localhost specially in its built-in auto-HTTPS rules and emitting this policy is documentary.

    internalIssuer?: InternalIssuer

    Optional override for the internal issuer used by the localhost policy and the catch-all (e.g. a custom CA id or lifetime). Caddy core's InternalIssuer fields, minus the module discriminator (added automatically). Defaults to an empty issuer (i.e. { module: "internal" }).