24 lines
477 B
JSON
24 lines
477 B
JSON
{
|
|
"rocspTool": {
|
|
"debugAddr": ":9101",
|
|
"redis": {
|
|
"username": "rocsp-tool",
|
|
"passwordFile": "test/secrets/rocsp_tool_password",
|
|
"shardAddrs": {
|
|
"shard1": "10.33.33.2:4218",
|
|
"shard2": "10.33.33.3:4218"
|
|
},
|
|
"timeout": "5s",
|
|
"tls": {
|
|
"caCertFile": "test/redis-tls/minica.pem",
|
|
"certFile": "test/redis-tls/boulder/cert.pem",
|
|
"keyFile": "test/redis-tls/boulder/key.pem"
|
|
}
|
|
}
|
|
},
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 6
|
|
}
|
|
}
|