Re: Issues with Creating a Certificate With Multiple Hostnames

2011-09-13 Thread Ciprian Pavel
You can give it a try with wildcard CN=*.example.com Ciprian Sent from Vodafone BlackBerry -Original Message- From: pradyumna dash Sender: owner-openssl-us...@openssl.org Date: Tue, 13 Sep 2011 23:26:52 To: Reply-To: openssl-users@openssl.org Subject: Issues with Creating a Certificate

Re: Adding Multiple Root certificates in Openssl

2011-07-18 Thread Ciprian Pavel
t; openssl x509 -in root.cer -hash > >[Mayur]After storing links to my PEM format Certificate files how > do I parse the folder having links to get root C for my chain A -->B ? > > > Regards, > Mayur > > > > On Fri, Jul 15, 2011 at 10:05 PM, Ciprian

Re: Adding Multiple Root certificates in Openssl

2011-07-15 Thread Ciprian Pavel
Hi Mayur, You can create a file where you may concatenate all your trusted certificates in PEM format and use that file for verification. Another way is to store your trusted certificates in PEM format in filesystem and create a folder from where you create symbolic links to every certificate. The