about summary refs log tree commit diff
path: root/nixos/tests/common
diff options
context:
space:
mode:
authorLucas Savva <lucas@m1cr0man.com>2020-02-09 02:09:34 +0000
committerLucas Savva <lucas@m1cr0man.com>2020-02-09 02:09:34 +0000
commitac983cff48b70c82c6984895c7d7558d7a1bb26a (patch)
tree675dc3dd8c66023ea071ba23af7c3c871633fe1e /nixos/tests/common
parent2181313c542364d63674ed34cbf69d7691ddfa0d (diff)
nixos/acme: add dns-01 test, fix cert locating bug
Diffstat (limited to 'nixos/tests/common')
-rw-r--r--nixos/tests/common/letsencrypt/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/common/letsencrypt/common.nix b/nixos/tests/common/letsencrypt/common.nix
index c530de817bf2d..bd559c8dacc54 100644
--- a/nixos/tests/common/letsencrypt/common.nix
+++ b/nixos/tests/common/letsencrypt/common.nix
@@ -5,5 +5,8 @@ in {
     nodes.letsencrypt.config.networking.primaryIPAddress
   ];
 
+  security.acme.acceptTerms = true;
+  security.acme.email = "webmaster@example.com";
+
   security.pki.certificateFiles = [ letsencrypt-ca ];
 }