47 lines
1013 B
JSON
47 lines
1013 B
JSON
{
|
|
"va": {
|
|
"userAgent": "boulder-remote-b",
|
|
"debugAddr": ":8012",
|
|
"portConfig": {
|
|
"httpPort": 5002,
|
|
"httpsPort": 5001,
|
|
"tlsPort": 5001
|
|
},
|
|
"dnsTries": 3,
|
|
"dnsResolver": "boulder",
|
|
"dnsTimeout": "1s",
|
|
"dnsAllowLoopbackAddresses": true,
|
|
"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"
|
|
}
|
|
}
|