From bd648f321c2c1e52a4b8d2a7d7183ba076937ac4 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 17 May 2018 20:28:12 +0200 Subject: nixos/nginx: emphasize that useACMEHost does not create certs It was not entirely clean that `services.nginx.virtualHosts..useACMEHost` does not create certificates, see https://github.com/NixOS/nixpkgs/issues/40593 --- nixos/modules/services/web-servers/nginx/vhost-options.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/web-servers') 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 rate limit. Alternately, you can generate a certificate through . + 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 . ''; }; -- cgit 1.4.1