github.com/letsencrypt/boulder@v0.20251208.0/test/config/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": 6
    10  		},
    11  		"debugAddr": ":8111",
    12  		"grpc": {
    13  			"maxConnectionAge": "30s",
    14  			"address": ":9101",
    15  			"services": {
    16  				"nonce.NonceService": {
    17  					"clientNames": [
    18  						"wfe.boulder"
    19  					]
    20  				},
    21  				"grpc.health.v1.Health": {
    22  					"clientNames": [
    23  						"health-checker.boulder"
    24  					]
    25  				}
    26  			}
    27  		},
    28  		"tls": {
    29  			"caCertFile": "test/certs/ipki/minica.pem",
    30  			"certFile": "test/certs/ipki/nonce.boulder/cert.pem",
    31  			"keyFile": "test/certs/ipki/nonce.boulder/key.pem"
    32  		}
    33  	}
    34  }