about summary refs log tree commit diff
path: root/nixos/tests/common/letsencrypt/mkcerts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/common/letsencrypt/mkcerts.nix')
-rw-r--r--nixos/tests/common/letsencrypt/mkcerts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/common/letsencrypt/mkcerts.nix b/nixos/tests/common/letsencrypt/mkcerts.nix
index 3b4a589e4142..e7ac2bae46bd 100644
--- a/nixos/tests/common/letsencrypt/mkcerts.nix
+++ b/nixos/tests/common/letsencrypt/mkcerts.nix
@@ -1,7 +1,7 @@
 { pkgs ? import <nixpkgs> {}
 , lib ? pkgs.lib
 
-, domains ? [ "acme-v01.api.letsencrypt.org" "letsencrypt.org" ]
+, domains ? [ "acme-v02.api.letsencrypt.org" "letsencrypt.org" ]
 }:
 
 pkgs.runCommand "letsencrypt-snakeoil-ca" {