-
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
Tag Archives: openssl
svn on Fedora 15 with client certificates “Safe renegotiation failed” problem
When I changed my svn repositories to use client certificate authentication and authorisation the svn client on my Fedora 15 box did not work any more. This was for the command line svn client as well for the gui client … Continue reading
Posted in Fedora 15, openssl, svn
Tagged Fedora 15, gnutls, openssl, rapidsvn, Safe renegotiation failed, svn
Leave a comment
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