Re: problem with certificates, kinda urgent

2011-02-13 Thread Victor Duchovni
On Fri, Feb 11, 2011 at 05:04:11PM -0500, Jean-Michael Cyr wrote: > I have some difficulties to make openssl work to crypt my email. Email encrypt is generally done via S/MIME. OpenSSL provides an smime(1) command. http://www.openssl.org/docs/apps/smime.html -- Viktor.

Re: problem with certificates

2008-06-13 Thread Ace
I am facing the same issue. I want to automate adding of CA certificate to the client machine. Where can I get this CA.sh? Will it automate client process of adding the CA certificate as trusted one? I found CA.pl, a wrapper script by Eric. Is it the same you are talking of? On Fri, Jun 13, 2008 a

Re: problem with certificates

2008-06-13 Thread Kyle Hamilton
Read the manpage for verify(1ssl) for information on how to get openssl's commandline tools to recognize a root certificate as 'trusted'. The same type of thing must be done in your client. The root certificate must be added to the list of CAs that are trusted. I'm not quite sure the precise API

Re: problem with certificates

2008-06-13 Thread lakshmi prasanna
Hi, Thanks for the reply. I have setup CA, and generated cacert.pem and cakey.pem files. I signed the rootrequest with cacert.pem and generated rootcert.pem. even then the same error is observed saying "Self signed certificate". Actually I am setting up a local CA in this case. Can we sign the r

Re: Problem with certificates

2002-07-03 Thread "Christian Pohl"
Hi Jan, apache needs the certificates in PEM-format (the default format with openssl). you can check the format very easy: pem is ascii (base64) with begin certificate--- and ---end certificate-- you could also try it with openssl: openssl x509 -in -inform DER -... should open the certific

Re: problem with certificates

2001-07-30 Thread Caliban Tiresias Darklock
On 30 Jul 2001 19:38:04 -, "ganesh kumar godavari" <[EMAIL PROTECTED]> wrote: >*** on the server * >1906:error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher:s3_srvr.c:769: >Error: error in SSL_accept() >***