Hi All,

I have create CA with this command:

---------------------
perl CA.pl -newca
openssl x509 -in certs/cacert.pem -signkey certs/private/cakey.pem -days
1825 -out certs/ca_cert.pem
---------------------

then I generate Cert Request:

-------------
openssl req -new -nodes -config jaaducert.cnf -keyout reqs/pkey.pem -out
reqs/newcert.pem -days 120
-------------

finally I sign the Cert Request with this following commands:

------------
openssl ca -policy policy_anything -config jaaduca.cnf -out
reqs/cert.pem -infiles reqs/newcert.pem

openssl pkcs12 -nokeys -export -in reqs/cert.pem -inkey reqs/pkey.pem -name
MyName -caname "MyCA" -certfile certs/ca_cert.pem -out reqs/myName.p12
-----------

Is that right?
Everything is works fine, I am just affraid that I missed something.

Thanks in advance

Jagad



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to