security.acme.certs
Attribute set of certificates to get signed and renewed. Creates
acme-${cert}.{service,timer} systemd units for
each certificate defined here. Other services can add dependencies
to those units if they rely on the certificates being present,
or trigger restarts of the service if certificates get renewed.
- Type
attribute set of (submodule)- Default
{ }- Example
{ "example.com" = { webroot = "/var/lib/acme/acme-challenge/"; email = "foo@example.com"; extraDomainNames = [ "www.example.com" "foo.example.com" ]; }; "bar.example.com" = { webroot = "/var/lib/acme/acme-challenge/"; email = "bar@example.com"; }; }- Declared
- <nixpkgs/nixos/modules/security/acme>