27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"rocspTool": {
|
|
"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/certs/ipki/minica.pem",
|
|
"certFile": "test/certs/ipki/rocsp-tool.boulder/cert.pem",
|
|
"keyFile": "test/certs/ipki/rocsp-tool.boulder/key.pem"
|
|
}
|
|
}
|
|
},
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 6
|
|
},
|
|
"openTelemetry": {
|
|
"endpoint": "bjaeger:4317",
|
|
"sampleratio": 1
|
|
}
|
|
}
|