41 lines
982 B
JSON
41 lines
982 B
JSON
{
|
|
"ocspUpdater": {
|
|
"dbConnectFile": "test/secrets/ocsp_updater_dburl",
|
|
"maxDBConns": 10,
|
|
"oldOCSPWindow": "2s",
|
|
"missingSCTWindow": "1s",
|
|
"oldOCSPBatchSize": 5000,
|
|
"missingSCTBatchSize": 5000,
|
|
"parallelGenerateOCSPRequests": 10,
|
|
"ocspMinTimeToExpiry": "72h",
|
|
"oldestIssuedSCT": "72h",
|
|
"signFailureBackoffFactor": 1.2,
|
|
"signFailureBackoffMax": "30m",
|
|
"debugAddr": ":8006",
|
|
"tls": {
|
|
"caCertFile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem"
|
|
},
|
|
"saService": {
|
|
"serverAddress": "sa.boulder:9095",
|
|
"timeout": "15s"
|
|
},
|
|
"ocspGeneratorService": {
|
|
"serverAddress": "ca.boulder:9096",
|
|
"timeout": "15s"
|
|
},
|
|
"features": {
|
|
}
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 6
|
|
},
|
|
|
|
"common": {
|
|
"issuerCert": "/tmp/intermediate-cert-rsa-a.pem"
|
|
}
|
|
}
|