...

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

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

     1{
     2	"sa": {
     3		"db": {
     4			"dbConnectFile": "test/secrets/sa_dburl",
     5			"maxOpenConns": 100
     6		},
     7		"readOnlyDB": {
     8			"dbConnectFile": "test/secrets/sa_ro_dburl",
     9			"maxOpenConns": 100
    10		},
    11		"ParallelismPerRPC": 20,
    12		"debugAddr": ":8003",
    13		"tls": {
    14			"caCertFile": "test/grpc-creds/minica.pem",
    15			"certFile": "test/grpc-creds/sa.boulder/cert.pem",
    16			"keyFile": "test/grpc-creds/sa.boulder/key.pem"
    17		},
    18		"grpc": {
    19			"maxConnectionAge": "30s",
    20			"address": ":9095",
    21			"services": {
    22				"sa.StorageAuthority": {
    23					"clientNames": [
    24						"admin-revoker.boulder",
    25						"ca.boulder",
    26						"crl-updater.boulder",
    27						"expiration-mailer.boulder",
    28						"ocsp-responder.boulder",
    29						"ra.boulder",
    30						"wfe.boulder"
    31					]
    32				},
    33				"sa.StorageAuthorityReadOnly": {
    34					"clientNames": [
    35						"crl-updater.boulder",
    36						"ocsp-responder.boulder",
    37						"wfe.boulder"
    38					]
    39				},
    40				"grpc.health.v1.Health": {
    41					"clientNames": [
    42						"health-checker.boulder",
    43						"consul.boulder"
    44					]
    45				}
    46			}
    47		},
    48		"features": {
    49			"StoreRevokerInfo": true,
    50			"ROCSPStage6": true
    51		}
    52	},
    53	"syslog": {
    54		"stdoutlevel": 6,
    55		"sysloglevel": 6
    56	}
    57}

View as plain text