{ "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" }, "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" } }