Re: 0.29.0 - PKCS12 Certificates Only?
From: Mukund <mukund_at_tessna.com>
Date: 2003-09-08 22:41:51 CEST
On Mon, Sep 08, 2003 at 03:33:36PM -0500, Doug Dicks wrote:
The server CA certificate files (ssl-authority-files) are still PEM
If your server certificate is signed by Equifax, you will have to get
The PKCS12 change is for client certificates only, used during
> I've been reading the various web pages returned by Google on pkcs12,
To convert your PEM-encoded client-certificate (client-1.crt) and key
openssl pkcs12 -export -in client-1.crt -inkey client-1.key -out client-1.p12 -name "Client certificate of Fubar"
You can read more about PKCS12 here:
> I can get around this by adding "ssl-ignore-unknown-ca = true" to my
Please avoid it, or you will defeat the very objective of using SSL/TLS.
-- Mukund The very powerful and the very stupid have one thing in common. Instead of altering their views to fit the facts, they alter the facts to fit their views ... which can be very uncomfortable if you happen to be one of the facts that needs altering. -- Doctor Who, "Face of Evil" --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Sep 8 22:51:17 2003 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.