GoDaddy Intermediate certificate for Apache 2.2.31 / Amazon Linux

Solution 1:

You probably need the gdig2.crt listed at the GoDaddy Certificate Repository. It should have also been included in the bundle you downloaded.

Once you have that, and know the root certificate, you can verify it with:

openssl verify -verbose -CAfile <(cat gdroot-g2.crt gdig2.crt) yourcert.crt

If it is ok you should see something like <certname>:OK

Once you've made sure that all works, then you can retry your SSLLabs test.

Hope that helps. =)