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": {