|
|
|
Tomcat - Self-signed certificate displays instead of GlobalSign issued certificate
Please use the following command to verify the keystore contents:
keytool -list -keystore [keystore name] -v > test (any given filename)
Press Enter
Then type: edit test
2. Pinpoint the self-signed certificate from the keystore output and use the following command to delete the self-signed certificate:
keytool -delete -alias [certificate alias]
3. Restart the tomcat process. This is required so that the installation takes affect
|
Provide Feedback  |
|