Re: Self signed CA verification

2009-04-11 Thread Victor Duchovni
On Sat, Apr 11, 2009 at 02:01:20AM +0200, gabrix wrote: > Than i made a link in the same directory this way: > > > ln -s cacert.pem `openssl x509 -hash -noout -in cacert.pem`.0 > > Once done this the following command to verify the path get stalled: > > > openssl verify -CApath cacert.pem > W

Self signed CA verification

2009-04-11 Thread gabrix
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi list ! I'm not good with openssl as with gpg but i'm getting into it. I have a postfix instance which use an 'another' smtp as only relayhost. The connection happens on smtp submission port 587 , and it is a verified connection :D ! All i did was

Ca verification

2006-10-08 Thread Vincenzo Sciarra
Hi, I'm delevoping a X509 application. I made cert exchange but now I need to verify X509 Certificate from client with CA signature. How can I do this? Thanks