OptionaldisableSets automatic_https.disable: true (entire pipeline off).
OptionaldisableSets automatic_https.disable_certificates: true (cert mgmt off, redirects stay).
OptionaldisableSets automatic_https.disable_redirects: true.
OptionalignoreSets automatic_https.ignore_loaded_certificates: true.
OptionalskipHostnames to add to automatic_https.skip — Caddy disables automatic
HTTPS (cert acquisition AND HTTP→HTTPS redirect) for these.
Internal hosts (see isInternalHost) are filtered out and
duplicates are de-duplicated.
OptionalskipHostnames to add to automatic_https.skip_certificates — Caddy will
not obtain certs for these but will still install the HTTP→HTTPS
redirect. Use when the host is reachable on HTTPS via a manually-
loaded cert.
Options for buildAutomaticHttpsConfig. Mirrors Caddy core's generated AutoHTTPSConfig (camelCased for the TypeScript API, but emitted to Caddy's snake_case shape).