blob: 5e9a593095d7cfbc3b662b13989e6ed65e429e7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
localnodes:
- frontend-1
- storage-1
paths:
configdir: test/config/
knownroots: known_roots
https_certfile: catlfish/webroot/certs/webcert.pem
https_keyfile: catlfish/webroot/keys/webkey.pem
https_cacertfile: catlfish/webroot/certs/webcert.pem
db: tests/machine/machine-1/db/
publickeys: publickeys
logpublickey: test/eckey-public.pem
privatekeys: privatekeys
#options:
# - sctcaching
|