Skip to content
Snippets Groups Projects
Commit 77c7435f authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

revert accidental change introduced in commit d0af61dd - don't generate...

revert accidental change introduced in commit d0af61dd - don't generate ephemeral DSA1024 domain keys - all ephemeral domain keys are RSA1024 till we decide to change this (based on thought, data, and stuff)
parent a35f15e9
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if [ ! -x "$GENERATE_KEYPAIR" ] ; then
fi
echo '*** Generating ephemeral keys used for testing ***'
$GENERATE_KEYPAIR -k 128
$GENERATE_KEYPAIR -k 128 -a rsa
mkdir -p $VAR
mv key.publickey $VAR/root.publickey
mv key.secretkey $VAR/root.secretkey
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