Friday, November 14, 2014

Tomcat Enable Self-Signed SSL

Assuming Java tools are already on your PATH:

As root user:
keytool -genkey -alias tomcat -keyalg RSA

Then answer the questions accordingly

Reference: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

No comments:

Post a Comment