boulder/test/config-next/publisher.json

45 lines
1021 B
JSON

{
"publisher": {
"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"
},
"saService": {
"serverAddresses": ["sa.boulder:9095"],
"timeout": "15s"
},
"features": {
"RPCHeadroom": true
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 4
},
"common": {
"ct": {
"logs": [
{
"uri": "http://boulder:4500",
"key": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYggOxPnPkzKBIhTacSYoIfnSL2jPugcbUKx83vFMvk5gKAz/AGe87w20riuPwEGn229hKVbEKHFB61NIqNHC3Q=="
}
],
"intermediateBundleFilename": "test/test-ca2.pem"
}
}
}