Backport config-next/wfe2.json changes to config/ (#3721)
This commit is contained in:
parent
4aacecc318
commit
f7dd91534d
|
|
@ -11,11 +11,12 @@
|
||||||
"indexCacheDuration": "24h",
|
"indexCacheDuration": "24h",
|
||||||
"issuerCacheDuration": "48h",
|
"issuerCacheDuration": "48h",
|
||||||
"shutdownStopTimeout": "10s",
|
"shutdownStopTimeout": "10s",
|
||||||
"shutdownKillTimeout": "1m",
|
|
||||||
"subscriberAgreementURL": "https://boulder:4431/terms/v7",
|
"subscriberAgreementURL": "https://boulder:4431/terms/v7",
|
||||||
"acceptRevocationReason": true,
|
"acceptRevocationReason": true,
|
||||||
"allowAuthzDeactivation": true,
|
"allowAuthzDeactivation": true,
|
||||||
"debugAddr": ":8013",
|
"debugAddr": ":8013",
|
||||||
|
"directoryCAAIdentity": "happy-hacker-ca.invalid",
|
||||||
|
"directoryWebsite": "https://github.com/letsencrypt/boulder",
|
||||||
"tls": {
|
"tls": {
|
||||||
"caCertFile": "test/grpc-creds/minica.pem",
|
"caCertFile": "test/grpc-creds/minica.pem",
|
||||||
"certFile": "test/grpc-creds/wfe.boulder/cert.pem",
|
"certFile": "test/grpc-creds/wfe.boulder/cert.pem",
|
||||||
|
|
@ -29,6 +30,10 @@
|
||||||
"serverAddresses": ["sa1.boulder:9095", "sa2.boulder:9095"],
|
"serverAddresses": ["sa1.boulder:9095", "sa2.boulder:9095"],
|
||||||
"timeout": "15s"
|
"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": {}
|
"features": {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue