From e67187c38e4e5a97ab971554d8acf9466e9775c2 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 1 Mar 2017 17:04:39 +0100 Subject: Refactor tests --- test/catlfish-test-local-signing-1.cfg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/catlfish-test-local-signing-1.cfg (limited to 'test/catlfish-test-local-signing-1.cfg') diff --git a/test/catlfish-test-local-signing-1.cfg b/test/catlfish-test-local-signing-1.cfg new file mode 100644 index 0000000..0eccc94 --- /dev/null +++ b/test/catlfish-test-local-signing-1.cfg @@ -0,0 +1,27 @@ +localnodes: + - signing-1 + +addresses: + signing-1: 127.0.0.1:8088 + +paths: + configdir: . + https_certfile: httpscert/httpscert-1.pem + https_keyfile: httpscert/httpskey-1.pem + https_cacertfile: httpsca/demoCA/cacert.pem + publickeys: publickeys + logpublickey: keys/logkey.pem + logprivatekey: keys/logkey-private.pem + privatekeys: privatekeys + +#hsm: +# library: /usr/local/lib/softhsm/libsofthsm2.so +# slot: 0 +# label: mylabel +# pin: ffff + +logadminkey: MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQ + Ah9sZ2CD+JeLbprS6AFcZbo0TGCH0rtEnr2Q3JW0ylhfA+ + 0/WLu755b3soVX/wI23vqCVGC7N9fOB2WUltveQ== + +configurl: file:///CURRENTWORKINGDIRECTORY/catlfish-test-generated.cfg -- cgit v1.1