github.com/letsencrypt/boulder@v0.20251208.0/test/config/publisher.json (about)

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