github.com/letsencrypt/boulder@v0.20251208.0/test/config-next/nonce-a.json (about) 1 { 2 "NonceService": { 3 "maxUsed": 131072, 4 "nonceHMACKey": { 5 "keyFile": "test/secrets/nonce_prefix_key" 6 }, 7 "syslog": { 8 "stdoutLevel": 6, 9 "syslogLevel": -1 10 }, 11 "openTelemetry": { 12 "endpoint": "bjaeger:4317", 13 "sampleratio": 1 14 }, 15 "grpc": { 16 "maxConnectionAge": "30s", 17 "services": { 18 "nonce.NonceService": { 19 "clientNames": [ 20 "wfe.boulder" 21 ] 22 }, 23 "grpc.health.v1.Health": { 24 "clientNames": [ 25 "health-checker.boulder" 26 ] 27 } 28 } 29 }, 30 "tls": { 31 "caCertFile": "test/certs/ipki/minica.pem", 32 "certFile": "test/certs/ipki/nonce.boulder/cert.pem", 33 "keyFile": "test/certs/ipki/nonce.boulder/key.pem" 34 } 35 } 36 }