security.acme.defaults.server

NixOS option

ACME Directory Resource URI. Defaults to Let’s Encrypt’s production endpoint. For testing Let’s Encrypt’s staging endpoint should be used to avoid the rather tight rate limit on the production endpoint.

type: null or string
Default
"https://acme-v02.api.letsencrypt.org/directory"
Example
"https://acme-staging-v02.api.letsencrypt.org/directory"
declared in: nixos/modules/security/acmeView source on NixOS/nixpkgs →