36 lines
733 B
JSON
36 lines
733 B
JSON
{
|
|
"publisher": {
|
|
"blockProfileRate": 1000000000,
|
|
"maxConcurrentRPCServerRequests": 100000,
|
|
"submissionTimeout": "5s",
|
|
"debugAddr": ":8009",
|
|
"grpc": {
|
|
"address": ":9091",
|
|
"maxConcurrentStreams": 2000,
|
|
"clientNames": [
|
|
"ra.boulder",
|
|
"ocsp-updater.boulder"
|
|
]
|
|
},
|
|
"tls": {
|
|
"caCertFile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/publisher.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/publisher.boulder/key.pem"
|
|
},
|
|
"features": {
|
|
"ProbeCTLogs": true
|
|
}
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 4
|
|
},
|
|
|
|
"common": {
|
|
"ct": {
|
|
"intermediateBundleFilename": "test/test-ca2.pem"
|
|
}
|
|
}
|
|
}
|