summary refs log tree commit diff
path: root/nixos/tests/common/acme/server/default.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-03-24 05:13:24 +0000
committerEmily <vcs@emily.moe>2020-04-18 05:15:47 +0100
commite6d5e83cf10f8d6d900c53f8b29399e3619434c7 (patch)
tree9d4d5f3b2db64d2d330a8d5fc6eec718efd8d769 /nixos/tests/common/acme/server/default.nix
parent695fd78ac45763b02ae4c68abda28974bb72c96b (diff)
downloadnixpkgs-e6d5e83cf10f8d6d900c53f8b29399e3619434c7.tar
nixpkgs-e6d5e83cf10f8d6d900c53f8b29399e3619434c7.tar.gz
nixpkgs-e6d5e83cf10f8d6d900c53f8b29399e3619434c7.tar.bz2
nixpkgs-e6d5e83cf10f8d6d900c53f8b29399e3619434c7.tar.lz
nixpkgs-e6d5e83cf10f8d6d900c53f8b29399e3619434c7.tar.xz
nixpkgs-e6d5e83cf10f8d6d900c53f8b29399e3619434c7.tar.zst
nixpkgs-e6d5e83cf10f8d6d900c53f8b29399e3619434c7.zip
nixos/tests/common/acme: enable Pebble strict mode
This lets us get early warning about any bugs or backwards-compatibility
hazards in lego.

Pebble will default to this in the future, but doesn't currently;
see https://github.com/letsencrypt/pebble/blob/v2.3.0/README.md#strict-mode.
Diffstat (limited to 'nixos/tests/common/acme/server/default.nix')
-rw-r--r--nixos/tests/common/acme/server/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/common/acme/server/default.nix b/nixos/tests/common/acme/server/default.nix
index 1d6c2cc9d30..36c1a477392 100644
--- a/nixos/tests/common/acme/server/default.nix
+++ b/nixos/tests/common/acme/server/default.nix
@@ -76,6 +76,7 @@ let
     httpPort = 80;
     tlsPort = 443;
     ocspResponderURL = "http://0.0.0.0:4002";
+    strict = true;
   };
 
   pebbleConfFile = pkgs.writeText "pebble.conf" (builtins.toJSON pebbleConf);