nixos/apache-httpd: Suggest directory used security.acme.certs.<name>.webroot
This commit is contained in:
parent
a7e31c64d9
commit
7856011a30
|
@ -112,7 +112,7 @@ in
|
||||||
|
|
||||||
acmeRoot = mkOption {
|
acmeRoot = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/var/lib/acme/acme-challenges";
|
default = "/var/lib/acme/acme-challenge";
|
||||||
description = "Directory for the acme challenge which is PUBLIC, don't put certs or keys in here";
|
description = "Directory for the acme challenge which is PUBLIC, don't put certs or keys in here";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue