howto verify a certificate

2007-03-17 Thread Jamie F.
Hi all, I have a bit strange Q: i've created a self-signed certificate (first i created a CA (root certificate) then created another certificate from it like that [http://www.tc.umn.edu/~brams006/selfsign.html]). but i can't find how will i verify that if the second certificate made from the root

Re: howto verify a certificate

2007-03-17 Thread Greg Martin
Try this: openssl x509 -in filename.pem -text -noout You should see an issuer: statement that talks about the CA. \\Greg Jamie F. wrote: Hi all, I have a bit strange Q: i've created a self-signed certificate (first i created a CA (root certificate) then created another certificate from it l

Re: howto verify a certificate

2007-03-17 Thread Victor Duchovni
On Sat, Mar 17, 2007 at 05:08:06PM -0400, Greg Martin wrote: > Try this: > openssl x509 -in filename.pem -text -noout > > You should see an issuer: statement that talks about the CA. > Rather depends on what the OP meant by "verify", and what context this is to be performed. -- Viktor