53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"va": {
|
|
"userAgent": "boulder-remote-b",
|
|
"debugAddr": ":8012",
|
|
"portConfig": {
|
|
"httpPort": 5002,
|
|
"httpsPort": 5001,
|
|
"tlsPort": 5001
|
|
},
|
|
"dnsTries": 3,
|
|
"dnsResolvers": [
|
|
"127.0.0.1:8053",
|
|
"127.0.0.1:8054"
|
|
],
|
|
"issuerDomain": "happy-hacker-ca.invalid",
|
|
"tls": {
|
|
"caCertfile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/va.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/va.boulder/key.pem"
|
|
},
|
|
"grpc": {
|
|
"maxConnectionAge": "30s",
|
|
"address": ":9098",
|
|
"clientNames": [
|
|
"health-checker.boulder",
|
|
"va.boulder"
|
|
]
|
|
},
|
|
"features": {
|
|
"CAAValidationMethods": true,
|
|
"CAAAccountURI": true
|
|
},
|
|
"accountURIPrefixes": [
|
|
"http://boulder:4000/acme/reg/",
|
|
"http://boulder:4001/acme/acct/"
|
|
]
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 4
|
|
},
|
|
"beeline": {
|
|
"mute": true,
|
|
"dataset": "Test"
|
|
},
|
|
|
|
"common": {
|
|
"dnsTimeout": "1s",
|
|
"dnsAllowLoopbackAddresses": true
|
|
}
|
|
}
|