services.strichliste.nginx.virtualHost.useACMEHost

NixOS option

A host of an existing Let’s Encrypt certificate to use. This is useful if you have many subdomains and want to avoid hitting the rate limit. Alternately, you can generate a certificate through enableACME. Note that this option does not create any certificates, nor it does add subdomains to existing ones – you will need to create them manually using security.acme.certs.

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