Skip to content
Snippets Groups Projects
Commit 4dd49b49 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Merge pull request #2251 from seanmonstar/2244-ephemeral-awsboxes

update awsbox with generate_ephemeral_keys.js

This gets my seal of approval.  r+

Thanks @seanmonstar

close #2244
parents 184782c4 7a277af0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
if [ ! -f $HOME/var/root.cert ] ; then
echo ">> generating keypair"
scripts/generate_ephemeral_keys.sh
scripts/generate_ephemeral_keys.js
mv var/root.{cert,secretkey} $HOME/var
else
echo ">> no keypair needed. you gots one"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment