22 lines
399 B
JSON
22 lines
399 B
JSON
{
|
|
"ocspResponder": {
|
|
"dbConnectFile": "test/secrets/ocsp_responder_dburl",
|
|
"maxDBConns": 10,
|
|
"path": "/",
|
|
"listenAddress": "0.0.0.0:4002",
|
|
"maxAge": "10s",
|
|
"shutdownStopTimeout": "10s",
|
|
"debugAddr": ":8005",
|
|
"requiredSerialPrefixes": ["ff"]
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 4
|
|
},
|
|
|
|
"common": {
|
|
"issuerCert": "test/test-ca2.pem"
|
|
}
|
|
}
|