boulder/test/config/ocsp-updater.json

63 lines
1.7 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",
"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"
},
"publisher": {
"serverAddresses": ["publisher.boulder:9091"],
"timeout": "10s"
},
"saService": {
"serverAddresses": ["sa.boulder:9095"],
"timeout": "15s"
},
"ocspGeneratorService": {
"serverAddresses": ["ca.boulder:9096"],
"timeout": "15s"
},
"features": {
"RPCHeadroom": true
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 4
},
"common": {
"issuerCert": "test/test-ca2.pem",
"ct": {
"logs": [
{
"uri": "http://boulder:4500",
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYggOxPnPkzKBIhTacSYoIfnSL2jPugcbUKx83vFMvk5gKAz/AGe87w20riuPwEGn229hKVbEKHFB61NIqNHC3Q=="
},
{
"uri": "http://boulder:4501",
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKtnFevaXV/kB8dmhCNZHmxKVLcHX1plaAsY9LrKilhYxdmQZiu36LvAvosTsqMVqRK9a96nC8VaxAdaHUbM8EA=="
}
]
}
}
}