...

Text file src/github.com/letsencrypt/boulder/test/config/nonce-a.json

Documentation: github.com/letsencrypt/boulder/test/config

     1{
     2	"NonceService": {
     3		"maxUsed": 131072,
     4		"noncePrefix": "taro",
     5		"syslog": {
     6			"stdoutLevel": 6,
     7			"syslogLevel": 6
     8		},
     9		"debugAddr": ":8111",
    10		"grpc": {
    11			"maxConnectionAge": "30s",
    12			"address": ":9101",
    13			"services": {
    14				"nonce.NonceService": {
    15					"clientNames": [
    16						"wfe.boulder"
    17					]
    18				},
    19				"grpc.health.v1.Health": {
    20					"clientNames": [
    21						"health-checker.boulder"
    22					]
    23				}
    24			}
    25		},
    26		"tls": {
    27			"caCertFile": "test/grpc-creds/minica.pem",
    28			"certFile": "test/grpc-creds/nonce.boulder/cert.pem",
    29			"keyFile": "test/grpc-creds/nonce.boulder/key.pem"
    30		}
    31	}
    32}

View as plain text