nixos/acme: update documentation

This commit is contained in:
Lucas Savva
2020-04-29 20:31:17 +01:00
parent a7ca287ecb
commit 47da7aafdf
2 changed files with 203 additions and 53 deletions
+3 -3
View File
@@ -87,13 +87,13 @@ let
default = {};
example = literalExample ''
{
"example.org" = "/srv/http/nginx";
"example.org" = null;
"mydomain.org" = null;
}
'';
description = ''
A list of extra domain names, which are included in the one certificate to be issued, with their
own server roots if needed.
A list of extra domain names, which are included in the one certificate to be issued.
Setting a distinct server root is deprecated and not functional in 20.03+
'';
};