Install Godaddy ssl certificate on tomcat 8.5 Server

点点圈 提交于 2019-12-05 03:54:50

问题


I am trying to install SSL certificate on my website.I am using Godaddy ssl certificate for this. I have generated the csr, requested the Certificate and also uploaded the certificate on my server.

I am using KEYTOOL to use all of these

I got three file in the .zip file which i downloaded from godaddy. While installing the certificate. there are three command which i have to use to add the certificate to keystore. They commands are for Root , intermediate and Primary certificate.

How can i identify which certificate is root, intermediate and primary in zip.


回答1:


I know this is old post. I just ran into the same issue. According to GoDaddy, the random#.crt is root, the gd_bundle*.crt is intermediate, and lastly, the *.pem is the primary.



来源:https://stackoverflow.com/questions/45480882/install-godaddy-ssl-certificate-on-tomcat-8-5-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!