services.pomerium.useACMEHost

NixOS option

If set, use a NixOS-generated ACME certificate with the specified name. Note that this will require you to use a non-HTTP-based challenge, or disable Pomerium’s in-built HTTP redirect server by setting http_redirect_addr to null and use a different HTTP server for serving the challenge response. If you’re using an HTTP-based challenge, you should use the Pomerium-native autocert option instead.

type: null or string
Default
null
declared in: nixos/modules/services/web-servers/pomerium.nixView source on NixOS/nixpkgs →