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

The name of the secretkey is secretkey, not privatekey

parent aea8c8b7
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ echo '*** Generating keys and placing them into correct location ***'
node generate-keypair.js
mv key.publickey ../../var/root.publickey
mv key.secretkey ../../var/root.privatekey
mv key.secretkey ../../var/root.secretkey
cd ../..
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