Update boulder test config to enable all challenges
This commit is contained in:
parent
5f0f8ddf5c
commit
637f1eba61
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue