diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-01 17:04:39 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-02 01:09:18 +0100 |
commit | e67187c38e4e5a97ab971554d8acf9466e9775c2 (patch) | |
tree | 5d7bad771d815f00a2df57433423b9398a82a19b /test/catlfish-test-local-frontend-3.cfg | |
parent | 163fdaeaf8fc1bc43923420309ba4a6b3ef51e11 (diff) |
Refactor tests
Diffstat (limited to 'test/catlfish-test-local-frontend-3.cfg')
-rw-r--r-- | test/catlfish-test-local-frontend-3.cfg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/catlfish-test-local-frontend-3.cfg b/test/catlfish-test-local-frontend-3.cfg new file mode 100644 index 0000000..430cef6 --- /dev/null +++ b/test/catlfish-test-local-frontend-3.cfg @@ -0,0 +1,23 @@ +localnodes: + - frontend-3 + +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-3/db/ + publickeys: publickeys + 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 |