Keystore and cacerts
Steps:
1. list the existing keys, the default file is .keystore under /usr/local/tomcat folder # cd /usr/local/tomcat # keytool -list -v -storepass changeit
2. delete the existing keys( key alias :tomcat) # cd /usr/local/tomcat # keytool -delete -alias tomcat -storepass changeit
3. generate self-signed key # keytool -h for usage # keytool […]
Recent Comments