Re: openssl ca vs openssl x509

2012-06-01 Thread Erwin Himawan
In general, probably look for PKI tutorial; there should be concepts associated with CA, x509 (digital certificate) Erwin On Fri, Jun 1, 2012 at 9:34 AM, Stephen More wrote: > Is there a doc somewhere that explains the differences between ca and x509 > ? > > I was signing client side certificat

openssl ca vs openssl x509

2012-06-01 Thread Stephen More
Is there a doc somewhere that explains the differences between ca and x509 ? I was signing client side certificates with: openssl ca -passin pass:$ROOTCAPASS -batch -config openssl.cnf -days 365 -keyfile private/root-ca-key.pem -cert root-ca-crt.pem -in person/$1/$1-req.pem -out person/$1/$1