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.

problem with certificates, kinda urgent

2011-02-13 Thread Jean-Michael Cyr
Hi guys, I have some difficulties to make openssl work to crypt my email. I tried with thoses 3 functions: openssl_pkcs7_sign -> Always have this error message: error getting private key in C:\wamp\www\opensslencrypt\index.php on line 41 openssl_pkcs7_encrypt -> Always got false as return.

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

problem with certificates

2008-06-11 Thread lakshmi prasanna
Hi, The below error is obtained when no CA is setup in the machine, ie., cacert.pem and cakey.pem file are not present and the root certificate is not signed by the CA. The root certificate is signed by the root key generated while creating the certificate using command: *openssl x509

problem with certificates

2008-06-11 Thread lakshmi prasanna
Hi All, I am new to openssl, and having trouble with certificates. I have setup a local CA and issued a self signed trusted certificate for this, say root.pem. >From this trusted certificate, generated a client certificate from the root.pem CA certificate. Created a ServerCA certificate from roo

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

Problem with certificates

2002-07-03 Thread Eberle, Jan
Hi there, I am new at openssl. I created own CA and Host certs and all works fine. Then i tried to use a cert from a trust center, but apache didnt start with SSL. it stopped with the message "The Application in "0x..." points on memory in "0x00c". "read" couldnt execute" can someone help m

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() >***

problem with certificates

2001-07-30 Thread ganesh kumar godavari
hai everyone, i am new to ssl, i have spent some time going through openssl documentation. i have generated a self signed root certificate using $ openssl req -x509 -newkey rsa:1024 -keyout mykey.pem -out mycert.pem and i am currently using the generated certificate and key on the