Skip to content

Instantly share code, notes, and snippets.

@doxt3r
Created October 18, 2022 07:44
Show Gist options
  • Save doxt3r/51b170b7a52d77db3e51c75d96fda32b to your computer and use it in GitHub Desktop.
Save doxt3r/51b170b7a52d77db3e51c75d96fda32b to your computer and use it in GitHub Desktop.
Remove passphrase from certificate key
openssl rsa -in [my.key] -out [new.key]
Enter the passphrase
The output file new.key should now be unencrypted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment