29 lines
725 B
JSON
29 lines
725 B
JSON
{
|
|
"NonceService": {
|
|
"maxUsed": 131072,
|
|
"noncePrefix": "taro",
|
|
"syslog": {
|
|
"stdoutLevel": 6,
|
|
"syslogLevel": 6
|
|
},
|
|
"beeline": {
|
|
"mute": true,
|
|
"dataset": "Test"
|
|
},
|
|
"debugAddr": ":8111",
|
|
"grpc": {
|
|
"maxConnectionAge": "30s",
|
|
"address": ":9101",
|
|
"clientNames": [
|
|
"health-checker.boulder",
|
|
"wfe.boulder"
|
|
]
|
|
},
|
|
"tls": {
|
|
"caCertFile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/nonce.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/nonce.boulder/key.pem"
|
|
}
|
|
}
|
|
}
|