MyNixOS website logo
option

services.caddy.acmeCA

Sets the acme_ca option in the global options block of the resulting Caddyfile.

The URL to the ACME CA's directory. It is strongly recommended to set this to https://acme-staging-v02.api.letsencrypt.org/directory for Let's Encrypt's staging endpoint while testing or in development.

Value null should be prefered for production setups, as it omits the acme_ca option to enable automatic issuer fallback.

Declarations
Type
null or string
Default
null
Example
"https://acme-v02.api.letsencrypt.org/directory"