Does anyone know the steps to install goddady certificates in tomcat 9?

0

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.

    
asked by david leal 25.09.2018 в 22:22
source

0 answers