nixos/apache-httpd: Suggest directory used security.acme.certs.<name>.webroot

This commit is contained in:
Sandro Jäckel 2021-01-09 02:24:24 +01:00
parent a7e31c64d9
commit 7856011a30
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -112,7 +112,7 @@ in
acmeRoot = mkOption {
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";
};