summary refs log tree commit diff
path: root/nixos/modules/services/web-servers
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-05-17 20:28:12 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-05-17 20:48:02 +0200
commitbd648f321c2c1e52a4b8d2a7d7183ba076937ac4 (patch)
treec9c423d0b709a6e313f41103ee1feca085d5a5ce /nixos/modules/services/web-servers
parent4a761a8c6f305938131dd6ced5070e7292efab94 (diff)
downloadnixlib-bd648f321c2c1e52a4b8d2a7d7183ba076937ac4.tar
nixlib-bd648f321c2c1e52a4b8d2a7d7183ba076937ac4.tar.gz
nixlib-bd648f321c2c1e52a4b8d2a7d7183ba076937ac4.tar.bz2
nixlib-bd648f321c2c1e52a4b8d2a7d7183ba076937ac4.tar.lz
nixlib-bd648f321c2c1e52a4b8d2a7d7183ba076937ac4.tar.xz
nixlib-bd648f321c2c1e52a4b8d2a7d7183ba076937ac4.tar.zst
nixlib-bd648f321c2c1e52a4b8d2a7d7183ba076937ac4.zip
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
Diffstat (limited to 'nixos/modules/services/web-servers')
-rw-r--r--nixos/modules/services/web-servers/nginx/vhost-options.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-servers/nginx/vhost-options.nix b/nixos/modules/services/web-servers/nginx/vhost-options.nix
index f014d817e80e..e4494dff37da 100644
--- a/nixos/modules/services/web-servers/nginx/vhost-options.nix
+++ b/nixos/modules/services/web-servers/nginx/vhost-options.nix
@@ -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>
       '';
     };