Skip to content

Commit

Permalink
Merge pull request #581 from zorgiepoo/removechmodpubkey
Browse files Browse the repository at this point in the history
Don't set chmod 0444 on public DSA key file
  • Loading branch information
jakepetroules committed Jul 26, 2015
2 parents 5f88af7 + 04d1f22 commit 90b3e00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/generate_keys.sh
Expand Up @@ -11,7 +11,6 @@ openssl="/usr/bin/openssl"
$openssl gendsa <($openssl dsaparam 4096) -out dsa_priv.pem
chmod 0400 dsa_priv.pem
$openssl dsa -in dsa_priv.pem -pubout -out dsa_pub.pem
chmod 0444 dsa_pub.pem

echo "
Generated private and public keys: dsa_priv.pem and dsa_pub.pem.
Expand Down

0 comments on commit 90b3e00

Please sign in to comment.