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 , , , , , | 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

Posted in Certificates, Howto, openssl | Tagged , , , , | 1 Comment