Thursday, March 2, 2017
Run tomcat on SSL or https
Generate self signed cert
keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048
https://www.sslshopper.com/article-how-to-create-a-self-signed-certificate-using-java-keytool.html
Subscribe to:
Posts (Atom)