Created
December 9, 2024 15:16
-
-
Save fabiocannas/d0311777f5d7edf93ff80d22454c21f5 to your computer and use it in GitHub Desktop.
How to Change the Password of a pfx File
This file contains hidden or 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 pkcs12 -in C:\Temp\SelfSigned1.pfx -out C:\Temp\SelfSigned2.pem -nodes | |
openssl pkcs12 -export -out C:\Temp\SelfSigned2.pfx -in C:\Temp\SelfSigned2.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment