36 lines
685 B
JSON
36 lines
685 B
JSON
{
|
|
"NonceService": {
|
|
"maxUsed": 131072,
|
|
"useDerivablePrefix": true,
|
|
"noncePrefixKey": {
|
|
"passwordFile": "test/secrets/nonce_prefix_key"
|
|
},
|
|
"syslog": {
|
|
"stdoutLevel": 6,
|
|
"syslogLevel": 6
|
|
},
|
|
"debugAddr": ":8111",
|
|
"grpc": {
|
|
"maxConnectionAge": "30s",
|
|
"address": ":9101",
|
|
"services": {
|
|
"nonce.NonceService": {
|
|
"clientNames": [
|
|
"wfe.boulder"
|
|
]
|
|
},
|
|
"grpc.health.v1.Health": {
|
|
"clientNames": [
|
|
"health-checker.boulder"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"tls": {
|
|
"caCertFile": "test/certs/ipki/minica.pem",
|
|
"certFile": "test/certs/ipki/nonce.boulder/cert.pem",
|
|
"keyFile": "test/certs/ipki/nonce.boulder/key.pem"
|
|
}
|
|
}
|
|
}
|