51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"ocspUpdater": {
|
|
"dbConnectFile": "test/secrets/ocsp_updater_dburl",
|
|
"maxDBConns": 10,
|
|
"newCertificateWindow": "1s",
|
|
"oldOCSPWindow": "2s",
|
|
"missingSCTWindow": "1s",
|
|
"revokedCertificateWindow": "1s",
|
|
"newCertificateBatchSize": 1000,
|
|
"oldOCSPBatchSize": 5000,
|
|
"missingSCTBatchSize": 5000,
|
|
"parallelGenerateOCSPRequests": 10,
|
|
"revokedCertificateBatchSize": 1000,
|
|
"ocspMinTimeToExpiry": "72h",
|
|
"ocspStaleMaxAge": "720h",
|
|
"oldestIssuedSCT": "72h",
|
|
"signFailureBackoffFactor": 1.2,
|
|
"signFailureBackoffMax": "30m",
|
|
"debugAddr": ":8006",
|
|
"akamaiBaseURL": "http://localhost:6789",
|
|
"akamaiClientToken": "its-a-token",
|
|
"akamaiClientSecret": "its-a-secret",
|
|
"akamaiAccessToken": "idk-how-this-is-different-from-client-token-but-okay",
|
|
"akamaiV3Network": "staging",
|
|
"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": {
|
|
"serverAddresses": ["sa.boulder:9095"],
|
|
"timeout": "15s"
|
|
},
|
|
"ocspGeneratorService": {
|
|
"serverAddresses": ["ca.boulder:9096"],
|
|
"timeout": "15s"
|
|
},
|
|
"features": {
|
|
}
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 4
|
|
},
|
|
|
|
"common": {
|
|
"issuerCert": "test/test-ca2.pem"
|
|
}
|
|
}
|