22 lines
526 B
JSON
22 lines
526 B
JSON
{
|
|
"NonceService": {
|
|
"maxUsed": 131072,
|
|
"noncePrefix": "taro",
|
|
"syslog": {
|
|
"stdoutLevel": 6
|
|
},
|
|
"debugAddr": ":8111",
|
|
"grpc": {
|
|
"address": ":9101",
|
|
"clientNames": [
|
|
"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"
|
|
}
|
|
}
|
|
}
|