Re: need help: how to Tomcat self signed cert?

2012-09-20 Thread Mark Thomas
Which HTTP connector are you using? Mark "J.V." wrote: >I am generating a self signed cert using open SSL with the following >commands > >openssl req -x509 -notes -days 365 -newkey rsa:2048 -keyout >privateKey.key -out ca.crt > >I accept all the defaults when prompted except for 'Common Name'

need help: how to Tomcat self signed cert?

2012-09-20 Thread J.V.
I am generating a self signed cert using open SSL with the following commands openssl req -x509 -notes -days 365 -newkey rsa:2048 -keyout privateKey.key -out ca.crt I accept all the defaults when prompted except for 'Common Name' and enter my IP address there. This generates : ca.crt It