Skip to content

Instantly share code, notes, and snippets.

@flyte
Created May 15, 2015 15:39
Show Gist options
  • Save flyte/73dbee01c0d4c027b811 to your computer and use it in GitHub Desktop.
Save flyte/73dbee01c0d4c027b811 to your computer and use it in GitHub Desktop.
Remove a passphrase from an openssl private key with correct permissions, supplying the password on the command line
(umask 077; openssl rsa -in private.key.secure -out private.key -passin pass:yourpassword)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment