-
Recent Posts
Recent Comments
- Ubuntu:Can I use Thunderbird to access Microsoft Exchange server? – Ubuntu Linux Questions on Download Exchange EWS Provider
- Replace Outlook Mail, Contacts, and Calendar with Thunderbird | Super Library of Solutions on Download Exchange EWS Provider
- Engin on Exchange EWS Provider Add-on for Lightning (Thunderbird/Seamonkey)
- Mathijs on Exchange EWS Provider Add-on for Lightning (Thunderbird/Seamonkey)
- Art on Exchange EWS Provider Add-on for Lightning (Thunderbird/Seamonkey)
Archives
Categories
Meta
Category Archives: Howto
Howto: Change password on pfx certificate using openssl
With following procedure you can change your password on an .pfx certificate using openssl. Export you current certificate to a passwordless pem type: [user@hostname]>openssl pkcs12 -in mycert.pfx -out tmpmycert.pem -nodes Enter Import Password: MAC verified OK Convert the passwordless pem … Continue reading