...

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

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

     1{
     2	"NonceService": {
     3		"maxUsed": 131072,
     4		"useDerivablePrefix": true,
     5		"noncePrefixKey": {
     6			"passwordFile": "test/secrets/nonce_prefix_key"
     7		},
     8		"syslog": {
     9			"stdoutLevel": 6,
    10			"syslogLevel": -1
    11		},
    12		"openTelemetry": {
    13			"endpoint": "bjaeger:4317",
    14			"sampleratio": 1
    15		},
    16		"debugAddr": ":8111",
    17		"grpc": {
    18			"maxConnectionAge": "30s",
    19			"address": ":9101",
    20			"services": {
    21				"nonce.NonceService": {
    22					"clientNames": [
    23						"wfe.boulder"
    24					]
    25				},
    26				"grpc.health.v1.Health": {
    27					"clientNames": [
    28						"health-checker.boulder"
    29					]
    30				}
    31			}
    32		},
    33		"tls": {
    34			"caCertFile": "test/grpc-creds/minica.pem",
    35			"certFile": "test/grpc-creds/nonce.boulder/cert.pem",
    36			"keyFile": "test/grpc-creds/nonce.boulder/key.pem"
    37		}
    38	}
    39}

View as plain text