57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"crlUpdater": {
|
|
"tls": {
|
|
"caCertFile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/crl-updater.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/crl-updater.boulder/key.pem"
|
|
},
|
|
"saService": {
|
|
"dnsAuthority": "consul.service.consul",
|
|
"srvLookup": {
|
|
"service": "sa",
|
|
"domain": "service.consul"
|
|
},
|
|
"timeout": "15s",
|
|
"noWaitForReady": true,
|
|
"hostOverride": "sa.boulder"
|
|
},
|
|
"crlGeneratorService": {
|
|
"dnsAuthority": "consul.service.consul",
|
|
"srvLookup": {
|
|
"service": "ca",
|
|
"domain": "service.consul"
|
|
},
|
|
"timeout": "15s",
|
|
"noWaitForReady": true,
|
|
"hostOverride": "ca.boulder"
|
|
},
|
|
"crlStorerService": {
|
|
"dnsAuthority": "consul.service.consul",
|
|
"srvLookup": {
|
|
"service": "crl-storer",
|
|
"domain": "service.consul"
|
|
},
|
|
"timeout": "15s",
|
|
"noWaitForReady": true,
|
|
"hostOverride": "crl-storer.boulder"
|
|
},
|
|
"issuerCerts": [
|
|
"/hierarchy/intermediate-cert-rsa-a.pem",
|
|
"/hierarchy/intermediate-cert-rsa-b.pem",
|
|
"/hierarchy/intermediate-cert-ecdsa-a.pem"
|
|
],
|
|
"numShards": 10,
|
|
"shardWidth": "240h",
|
|
"lookbackPeriod": "24h",
|
|
"updatePeriod": "6h",
|
|
"updateOffset": "9120s",
|
|
"maxParallelism": 10,
|
|
"maxAttempts": 5,
|
|
"features": {}
|
|
},
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 6
|
|
}
|
|
}
|