...

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

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

     1{
     2	"wfe": {
     3		"listenAddress": "0.0.0.0:4001",
     4		"TLSListenAddress": "0.0.0.0:4431",
     5		"serverCertificatePath": "test/wfe-tls/boulder/cert.pem",
     6		"serverKeyPath": "test/wfe-tls/boulder/key.pem",
     7		"allowOrigins": [
     8			"*"
     9		],
    10		"shutdownStopTimeout": "10s",
    11		"subscriberAgreementURL": "https://boulder.service.consul:4431/terms/v7",
    12		"debugAddr": ":8013",
    13		"directoryCAAIdentity": "happy-hacker-ca.invalid",
    14		"directoryWebsite": "https://github.com/letsencrypt/boulder",
    15		"legacyKeyIDPrefix": "http://boulder.service.consul:4000/reg/",
    16		"goodkey": {
    17			"blockedKeyFile": "test/example-blocked-keys.yaml"
    18		},
    19		"tls": {
    20			"caCertFile": "test/grpc-creds/minica.pem",
    21			"certFile": "test/grpc-creds/wfe.boulder/cert.pem",
    22			"keyFile": "test/grpc-creds/wfe.boulder/key.pem"
    23		},
    24		"raService": {
    25			"serverAddress": "ra.service.consul:9094",
    26			"timeout": "15s",
    27			"hostOverride": "ra.boulder"
    28		},
    29		"saService": {
    30			"serverAddress": "sa.service.consul:9095",
    31			"timeout": "15s",
    32			"hostOverride": "sa.boulder"
    33		},
    34		"accountCache": {
    35			"size": 9000,
    36			"ttl": "5s"
    37		},
    38		"getNonceService": {
    39			"serverAddress": "nonce.service.consul:9101",
    40			"timeout": "15s",
    41			"hostOverride": "nonce.boulder"
    42		},
    43		"redeemNonceServices": {
    44			"taro": {
    45				"serverAddress": "nonce1.service.consul:9101",
    46				"timeout": "15s",
    47				"hostOverride": "nonce1.boulder"
    48			},
    49			"zinc": {
    50				"serverAddress": "nonce2.service.consul:9101",
    51				"timeout": "15s",
    52				"hostOverride": "nonce2.boulder"
    53			}
    54		},
    55		"chains": [
    56			[
    57				"/hierarchy/intermediate-cert-rsa-a.pem",
    58				"/hierarchy/root-cert-rsa.pem"
    59			],
    60			[
    61				"/hierarchy/intermediate-cert-rsa-b.pem",
    62				"/hierarchy/root-cert-rsa.pem"
    63			],
    64			[
    65				"/hierarchy/intermediate-cert-ecdsa-a.pem",
    66				"/hierarchy/root-cert-ecdsa.pem"
    67			],
    68			[
    69				"/hierarchy/intermediate-cert-ecdsa-b.pem",
    70				"/hierarchy/root-cert-ecdsa.pem"
    71			],
    72			[
    73				"/hierarchy/intermediate-cross-cert-ecdsa-a.pem",
    74				"/hierarchy/root-cert-rsa.pem"
    75			],
    76			[
    77				"/hierarchy/intermediate-cross-cert-ecdsa-b.pem",
    78				"/hierarchy/root-cert-rsa.pem"
    79			]
    80		],
    81		"staleTimeout": "5m",
    82		"authorizationLifetimeDays": 30,
    83		"pendingAuthorizationLifetimeDays": 7,
    84		"features": {
    85			"ServeRenewalInfo": true
    86		}
    87	},
    88	"syslog": {
    89		"stdoutlevel": 4,
    90		"sysloglevel": 6
    91	}
    92}

View as plain text