nixos/nginx: emphasize that useACMEHost does not create certs

It was not entirely clean that `services.nginx.virtualHosts.<name>.useACMEHost` does not create certificates, see https://github.com/NixOS/nixpkgs/issues/40593
This commit is contained in:
Jan Tojnar 2018-05-17 20:28:12 +02:00
parent 4a761a8c6f
commit bd648f321c
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -62,6 +62,7 @@ with lib;
This is useful if you have many subdomains and want to avoid hitting the
<link xlink:href="https://letsencrypt.org/docs/rate-limits/">rate limit</link>.
Alternately, you can generate a certificate through <option>enableACME</option>.
<emphasis>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 <xref linkend="opt-security.acme.certs"/>.</emphasis>
'';
};