Skip to content

Commit

Permalink
Bring config up-to-date with prod. (letsencrypt#3359)
Browse files Browse the repository at this point in the history
This brings in some changes from config-next that are now live in production.
  • Loading branch information
jsha authored and cpu committed Jan 11, 2018
1 parent 50596ef commit 198fd14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions test/config/ra.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"publisherService": {
"serverAddresses": ["publisher.boulder:19091"],
"timeout": "15s"
"timeout": "300s"
},
"saService": {
"serverAddresses": ["sa.boulder:19095"],
Expand All @@ -44,7 +44,8 @@
"AllowKeyRollover": true,
"CountCertificatesExact": true,
"RecheckCAA": true,
"ReusePendingAuthz": true
"ReusePendingAuthz": false,
"EnforceChallengeDisable": true
}
},

Expand All @@ -53,7 +54,8 @@
"http-01": true,
"tls-sni-01": true,
"dns-01": true
}
},
"challengesWhitelistFile": "test/challenges-whitelist.json"
},

"syslog": {
Expand Down
4 changes: 3 additions & 1 deletion test/config/sa.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"dbConnectFile": "test/secrets/sa_dburl",
"maxDBConns": 10,
"maxConcurrentRPCServerRequests": 100000,
"ParallelismPerRPC": 20,
"debugAddr": ":8003",
"tls": {
"caCertFile": "test/grpc-creds/minica.pem",
Expand All @@ -24,7 +25,8 @@
]
},
"features": {
"AllowAccountDeactivation": true
"AllowAccountDeactivation": true,
"EnforceChallengeDisable": true
}
},

Expand Down

0 comments on commit 198fd14

Please sign in to comment.