20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"ocspResponder": {
|
|
"source": "file:///tmp/intermediate-ocsp-rsa.b64",
|
|
"path": "/",
|
|
"listenAddress": "0.0.0.0:4003",
|
|
"shutdownStopTimeout": "10s",
|
|
"shutdownKillTimeout": "1m",
|
|
"debugAddr": "localhost:8010"
|
|
},
|
|
"common": {
|
|
"issuerCert": "/tmp/intermediate-cert-rsa-a.pem"
|
|
},
|
|
"sql": {
|
|
"sqlDebug": true
|
|
},
|
|
"syslog": {
|
|
"stdoutlevel": 6
|
|
}
|
|
}
|