diff options
author | Magnus Ahltorp <map@kth.se> | 2015-11-11 11:27:45 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-11-11 11:27:45 +0100 |
commit | 07a3b0d06d28a05c5c73a8e1ba6e3a1abf9522a6 (patch) | |
tree | 322db82486070f8bbdc8f049b5c0ac5ba377eb41 /catlfish-benchmark/createlogkey.sh | |
parent | 2c7fff406b1aa916aca399fe1e0f12dfaf6acbf2 (diff) |
Make benchmarking workbench
Diffstat (limited to 'catlfish-benchmark/createlogkey.sh')
-rwxr-xr-x | catlfish-benchmark/createlogkey.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |