May 2015
Intermediate to advanced
234 pages
4h 18m
English
To use HTTPS URLs, no Spring configuration is required, but you need to enable HTTPS on your server. In this recipe, we'll cover how to do this for Tomcat (on a Mac OS or Linux) using a self-generated SSL certificate. For production, remember to use a real commercial SSL certificate.
Here are the steps to enable HTTPS for Tomcat:
keytool command to create certificate.bin. In this example, the certificate user name is admin and the password is adminpass:keytool -genkey -alias admin -keypass adminpass -keystore certificate.bin -storepass adminpass
yes:What is your first and last ...
Read now
Unlock full access