...

Text file src/github.com/letsencrypt/boulder/test/config-next/crl-storer.json

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

     1{
     2	"crlStorer": {
     3		"debugAddr": ":9667",
     4		"tls": {
     5			"caCertfile": "test/grpc-creds/minica.pem",
     6			"certFile": "test/grpc-creds/crl-storer.boulder/cert.pem",
     7			"keyFile": "test/grpc-creds/crl-storer.boulder/key.pem"
     8		},
     9		"grpc": {
    10			"address": ":9109",
    11			"maxConnectionAge": "30s",
    12			"services": {
    13				"storer.CRLStorer": {
    14					"clientNames": [
    15						"crl-updater.boulder"
    16					]
    17				},
    18				"grpc.health.v1.Health": {
    19					"clientNames": [
    20						"health-checker.boulder"
    21					]
    22				}
    23			}
    24		},
    25		"issuerCerts": [
    26			"/hierarchy/intermediate-cert-rsa-a.pem",
    27			"/hierarchy/intermediate-cert-rsa-b.pem",
    28			"/hierarchy/intermediate-cert-ecdsa-a.pem"
    29		],
    30		"s3Endpoint": "http://localhost:7890",
    31		"s3Bucket": "lets-encrypt-crls",
    32		"awsConfigFile": "test/config-next/crl-storer.ini",
    33		"awsCredsFile": "test/secrets/aws_creds.ini"
    34	},
    35	"syslog": {
    36		"stdoutlevel": 6,
    37		"sysloglevel": -1
    38	},
    39	"openTelemetry": {
    40		"endpoint": "bjaeger:4317",
    41		"sampleratio": 1
    42	}
    43}

View as plain text