Hello friends,
I wanted to create a self signed certificate using open ssl. Googling, and reading the documentations i managed to do that. The following is the command i used. I have skiped the steps that i used to create private key and CA.

$openssl ca -policy policy_anything -config ./openssl.cnf -cert certs/ca.cer -in ./requests/certreq1.txt -keyfile ./keys/ca.key -days 360 -out ./certs/iis1.cer

After creating the certificate, i found its not SSLv3. How do i force the above command to create a certificate SSLv3. ?


--


With Regards *Rosario Arun G.....
[BTech IT]
I blog @ http://www.linuxmonk.org
_______________________________________________
To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to