You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Waseem Ahmad edited this page Jul 16, 2014
·
2 revisions
After generating .csr (certificate signing request) and .key file, on the server using openssl, and uploading the .csr file to GoDaddy, it gives us a zip file which has two files in it. One named as xyzerhfgxx.crt and another as gd_bundle-xx-xx.crt. The first one is the server certificate and the latter is bundle of chained certificates.
In order to SSL to work properly on all browsers including the ones the freshly installed ones that do not have some of the certificates in the chain with them, we must serve the server certificate and the chained certificates.
First create a combined certificate for the whole chain.