Re: Verifying chains

2008-10-29 Thread Sven Garly
2008/10/29 Chris Wilson <[EMAIL PROTECTED] <[EMAIL PROTECTED]> >: > Read the error message? OpenSSL doesn't know where to get 1's certificate > (the issuer of 2's certificate). It can't pull it out of thin air. Try > appending the contents of file 1 to file 2. (adding 1's certificate to 2's > bund

Verifying chains

2008-10-29 Thread Sven Garly
I'm trying to get to grips with verifying chains. I can create some keys: openssl genrsa -out key/1 512 openssl genrsa -out key/2 512 openssl genrsa -out key/3 512 I create a self-signed certificate for the first key: openssl req -new -x509 -nodes -sha1 -key key/1 -out 1 (with an OU of 1) And ce