Den 20-03-2012 10:34, ayouB __ skrev:
Hi,

I have downloaded OpenSSL under Windows wich required me to install Visual C++ 2008 Redistributable and i did it 
then i added the "C:\OpenSSL-Win32\bin" to my environement variable PATH, now the "openssl" 
command work very well in the cmd.exe (it give me "OpenSSL>"), so i wanna generate the X.509 
certificate format, what should i do now ?! is there any examples please ?!
http://lmgtfy.com/?q=openssl+create+certificate

Pick one of the results (I did check the second and it looks good. For your convenience the direct link is: http://www.madboa.com/geek/openssl/) and follow it :)

-Casper

ps. Everyone, I'm sorry about the lmgtfy link but I got a little tired of the OP demanding explicit commands for non-tomcat tools and excessive use of !'s

Thanks :)

APR uses PEM-formatted X.509 certificate format and keys are in
separate text blocks. Use OpenSSL to generate such certificates.

Java uses JKS (Java Key Store) format and all keys are in a bundle.
Use keytool to generate such certificates.

In either case, keys can be imported-into or exported-out of JKS
stores and converted to/from PEM-formatted key files.
                                        

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to