...

Text file src/github.com/letsencrypt/boulder/test/config/publisher.json

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

     1{
     2	"publisher": {
     3		"userAgent": "boulder/1.0",
     4		"blockProfileRate": 1000000000,
     5		"chains": [
     6			[
     7				"/hierarchy/intermediate-cert-rsa-a.pem",
     8				"/hierarchy/root-cert-rsa.pem"
     9			],
    10			[
    11				"/hierarchy/intermediate-cert-rsa-b.pem",
    12				"/hierarchy/root-cert-rsa.pem"
    13			],
    14			[
    15				"/hierarchy/intermediate-cert-ecdsa-a.pem",
    16				"/hierarchy/root-cert-ecdsa.pem"
    17			],
    18			[
    19				"/hierarchy/intermediate-cert-ecdsa-b.pem",
    20				"/hierarchy/root-cert-ecdsa.pem"
    21			]
    22		],
    23		"debugAddr": ":8009",
    24		"grpc": {
    25			"maxConnectionAge": "30s",
    26			"address": ":9091",
    27			"services": {
    28				"Publisher": {
    29					"clientNames": [
    30						"ra.boulder"
    31					]
    32				},
    33				"grpc.health.v1.Health": {
    34					"clientNames": [
    35						"health-checker.boulder"
    36					]
    37				}
    38			}
    39		},
    40		"tls": {
    41			"caCertFile": "test/grpc-creds/minica.pem",
    42			"certFile": "test/grpc-creds/publisher.boulder/cert.pem",
    43			"keyFile": "test/grpc-creds/publisher.boulder/key.pem"
    44		},
    45		"features": {}
    46	},
    47	"syslog": {
    48		"stdoutlevel": 6,
    49		"sysloglevel": 6
    50	}
    51}

View as plain text