Created
October 18, 2022 07:44
-
-
Save doxt3r/51b170b7a52d77db3e51c75d96fda32b to your computer and use it in GitHub Desktop.
Remove passphrase from certificate key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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