boulder/test/issuer-ocsp-responder.json

17 lines
330 B
JSON

{
"ocspResponder": {
"source": "file:test/issuer-ocsp-responses.txt",
"path": "/",
"listenAddress": "0.0.0.0:4003",
"shutdownStopTimeout": "10s",
"shutdownKillTimeout": "1m",
"debugAddr": "localhost:8010"
},
"common": {
"issuerCert": "test/test-ca.pem"
},
"sql": {
"sqlDebug": true
}
}