Does anyone know the steps to install goddady certificates on tomcat 9?
I already have csr and with the keytool I made these steps.
keytool -import -alias root -keystore tomcat.keystore -trustcacerts -file [name of the root certificate]
keytool -import -alias intermedia -keystore tomcat.keystore -trustcacerts -file [name of the intermediate certificate]
keytool -import -alias tomcat -keystore tomcat.keystore -trustcacerts -file [name of the certificate]
and when reviewing the page with link
Greetings.