From 637f1eba61c63bc9826d23c39fcddfe6252755c6 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Tue, 3 Nov 2015 23:28:18 +0900 Subject: [PATCH] Update boulder test config to enable all challenges --- test/boulder-config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/boulder-config.json b/test/boulder-config.json index 5b65459b4..1071f22d3 100644 --- a/test/boulder-config.json +++ b/test/boulder-config.json @@ -117,7 +117,11 @@ "pa": { "dbConnect": "mysql+tcp://policy@localhost:3306/boulder_policy_integration", - "challengeTypes": ["simpleHttp", "dvsni", "http-01", "tls-sni-01"] + "enableSimpleHTTP": true, + "enableDVSNI": true, + "enableHTTP01": true, + "enableTLSSNI01": true, + "enableDNS01": true }, "ra": {