Where can i find the EssentialSSL Intermediate CA?
I downloaded the bundle from https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/979/108/domain-validation-sha-2 , then executed this in my mac
cat comodo-rsa-domain-validation-sha-2-w-root.ca-bundle /usr/local/etc/openssl/cert.pem > allcacerts.crt
Then I verified my EssentialSSL cert via
openssl verify -CAfile allcacerts.crt example_com.crt
But I get a
example_com.crt: OU = Domain Control Validated, OU = Hosted by Crazy Domains FZ-LLC, OU = EssentialSSL, CN = example.com
error 20 at 0 depth lookup:unable to get local issuer certificate
Additional Info: I downloaded the Intermediate CA for EssentialSSL and tried it on the certificate that I got and I still was not able to verify it. Seems like the Intermediate CA for this EssentialSSL needs to come from the original vendor CrazyDomains.com.au which I'm still in the process of getting. But if you can direct me where I can get that, that would be great. Thanks!
0 Answers