Skip to content

Instantly share code, notes, and snippets.

@mvidaldp
Last active December 4, 2020 01:54
Show Gist options
  • Save mvidaldp/23a9f296b4aee6c10212b49067ff0f48 to your computer and use it in GitHub Desktop.
Save mvidaldp/23a9f296b4aee6c10212b49067ff0f48 to your computer and use it in GitHub Desktop.
Remove the pass phrase (password) of an RSA key
# assuming you know the key you want to remove
openssl rsa -in key_with_pass.pem -out key_without_pass.pem
# source: https://stackoverflow.com/a/18394172 - https://www.madboa.com/geek/openssl/#key-removepass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment