Skip to content

Instantly share code, notes, and snippets.

@fabiocannas
Created December 9, 2024 15:16
Show Gist options
  • Save fabiocannas/d0311777f5d7edf93ff80d22454c21f5 to your computer and use it in GitHub Desktop.
Save fabiocannas/d0311777f5d7edf93ff80d22454c21f5 to your computer and use it in GitHub Desktop.
How to Change the Password of a pfx File
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