From 07a3b0d06d28a05c5c73a8e1ba6e3a1abf9522a6 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Wed, 11 Nov 2015 11:27:45 +0100 Subject: Make benchmarking work --- catlfish-benchmark/createlogkey.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 catlfish-benchmark/createlogkey.sh (limited to 'catlfish-benchmark/createlogkey.sh') diff --git a/catlfish-benchmark/createlogkey.sh b/catlfish-benchmark/createlogkey.sh new file mode 100755 index 0000000..48d7324 --- /dev/null +++ b/catlfish-benchmark/createlogkey.sh @@ -0,0 +1,6 @@ +mkdir keys +( + cd keys + /usr/local/src/catlfish/tools/create-key.sh logkey +) +openssl pkcs8 -topk8 -nocrypt -in keys/logkey-private.pem -out keys/logkey-private.pkcs8 -- cgit v1.1