Backport config-next/wfe2.json changes to config/ (#3721)

This commit is contained in:
Jacob Hoffman-Andrews 2018-05-17 05:24:34 -07:00 committed by Daniel McCarney
parent 4aacecc318
commit f7dd91534d
1 changed files with 6 additions and 1 deletions

View File

@ -11,11 +11,12 @@
"indexCacheDuration": "24h",
"issuerCacheDuration": "48h",
"shutdownStopTimeout": "10s",
"shutdownKillTimeout": "1m",
"subscriberAgreementURL": "https://boulder:4431/terms/v7",
"acceptRevocationReason": true,
"allowAuthzDeactivation": true,
"debugAddr": ":8013",
"directoryCAAIdentity": "happy-hacker-ca.invalid",
"directoryWebsite": "https://github.com/letsencrypt/boulder",
"tls": {
"caCertFile": "test/grpc-creds/minica.pem",
"certFile": "test/grpc-creds/wfe.boulder/cert.pem",
@ -29,6 +30,10 @@
"serverAddresses": ["sa1.boulder:9095", "sa2.boulder:9095"],
"timeout": "15s"
},
"certificateChains": {
"http://boulder:4430/acme/issuer-cert": [ "test/test-ca2.pem" ],
"http://127.0.0.1:4000/acme/issuer-cert": [ "test/test-ca2.pem" ]
},
"features": {}
},