forked from adamlaska/boulder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsa.json
More file actions
43 lines (42 loc) · 936 Bytes
/
sa.json
File metadata and controls
43 lines (42 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"sa": {
"db": {
"dbConnectFile": "test/secrets/sa_dburl",
"maxOpenConns": 100
},
"ParallelismPerRPC": 20,
"debugAddr": ":8003",
"tls": {
"caCertFile": "test/grpc-creds/minica.pem",
"certFile": "test/grpc-creds/sa.boulder/cert.pem",
"keyFile": "test/grpc-creds/sa.boulder/key.pem"
},
"grpc": {
"address": ":9095",
"clientNames": [
"admin-revoker.boulder",
"ca.boulder",
"expiration-mailer.boulder",
"health-checker.boulder",
"ocsp-updater.boulder",
"orphan-finder.boulder",
"ra.boulder",
"sa.boulder",
"wfe.boulder"
]
},
"features": {
"FasterNewOrdersRateLimit": true,
"StoreRevokerInfo": true,
"GetAuthzReadOnly": true
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
},
"beeline": {
"mute": true,
"dataset": "Test"
}
}