Set SSL/TLS in Tomcat
This topic explains how to enable SSL/TLS in Tomcat. To perform this task, you need Perl installed.
You also need to obtain or create certificates:
-
If you already have cacert.pen, servercert.pem, and serverkey.pem files from a trusted certificate authority (CA), begin your procedure with Generate keystores.
-
If you do not have CA certificates, create them with OpenSSL. Go to Create self-signed certificates using OpenSSL to begin the procedure.