blob: 797d2f65084ae4458e39de6a916c0e9180802826 (
plain)
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
|
nodename: frontend-1
frontendaddress: 127.0.0.1:8082
ctapiaddress: 127.0.0.1:8080
storageaddress: 127.0.0.1:8081
#publichttpaddress: 127.0.0.1:8090
paths:
configdir: .
knownroots: known_roots
https_certfile: httpscert/httpscert-1.pem
https_keyfile: httpscert/httpskey-1.pem
https_cacertfile: httpsca/demoCA/cacert.pem
public_cacertfile: httpsca/demoCA/cacert.pem
db: machine/frontend-1/db/
logpublickey: keys/logkey.pem
privatekeys: privatekeys
ratelimits:
add_chain: 1000 per second
logadminkey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQ
Ah9sZ2CD+JeLbprS6AFcZbo0TGCH0rtEnr2Q3JW0ylhfA+
0/WLu755b3soVX/wI23vqCVGC7N9fOB2WUltveQ==
configurl: file:///CURRENTWORKINGDIRECTORY/catlfish-test-generated.cfg
#options:
# - sctcaching
|