boulder/test/config-next/ra.json

72 lines
1.7 KiB
JSON

{
"ra": {
"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
"maxConcurrentRPCServerRequests": 100000,
"maxContactsPerRegistration": 100,
"dnsTries": 3,
"debugAddr": ":8002",
"hostnamePolicyFile": "test/hostname-policy.json",
"maxNames": 100,
"doNotForceCN": true,
"reuseValidAuthz": true,
"authorizationLifetimeDays": 60,
"pendingAuthorizationLifetimeDays": 7,
"weakKeyDirectory": "test/example-weak-keys.json",
"orderLifetime": "168h",
"tls": {
"caCertFile": "test/grpc-creds/minica.pem",
"certFile": "test/grpc-creds/ra.boulder/cert.pem",
"keyFile": "test/grpc-creds/ra.boulder/key.pem"
},
"vaService": {
"serverAddresses": ["va.boulder:19092"],
"timeout": "15s"
},
"caService": {
"serverAddresses": ["ca.boulder:19093"],
"timeout": "15s"
},
"publisherService": {
"serverAddresses": ["publisher.boulder:19091"],
"timeout": "15s"
},
"saService": {
"serverAddresses": ["sa.boulder:19095"],
"timeout": "15s"
},
"grpc": {
"address": ":9094",
"clientNames": [
"wfe.boulder",
"admin-revoker.boulder"
]
},
"features": {
"AllowKeyRollover": true,
"AllowTLS02Challenges": true,
"CountCertificatesExact": true,
"RecheckCAA": true,
"ReusePendingAuthz": true
}
},
"pa": {
"challenges": {
"http-01": true,
"tls-sni-01": true,
"dns-01": true
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 4
},
"common": {
"dnsResolver": "127.0.0.1:8053",
"dnsTimeout": "1s",
"dnsAllowLoopbackAddresses": true
}
}