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

    Type Alias InternalIssuerJson

    InternalIssuerJson: InternalIssuer & { module: "internal" }

    The shape Caddy expects in policy.issuers[] for the internal issuer: Caddy's generated InternalIssuer type (ca, lifetime, sign_with_root) plus the module: "internal" discriminator that Caddy's module system adds at the JSON boundary. See: https://caddyserver.com/docs/json/apps/tls/automation/policies/issuers/internal/