nixos/acme: Fix ocspMustStaple option and add test
Some of the testing setup for OCSP checking was wrong and has been fixed too.
This commit is contained in:
@@ -70,7 +70,7 @@ let
|
||||
privateKey = testCerts.${domain}.key;
|
||||
httpPort = 80;
|
||||
tlsPort = 443;
|
||||
ocspResponderURL = "http://0.0.0.0:4002";
|
||||
ocspResponderURL = "http://${domain}:4002";
|
||||
strict = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user