Fullchain.pem file missing root ca cert

I am using certbot to create my certs. I am able to create certs without any issues, This gives me cert.pem, chain.pem, fullchain.pem files.
But fullchain.pem does not contain the Digicert ROOT CA cert. My server expects the certificate should be as follows..in a single pem file..
mycert.pem content as follows
servercert
intermediate ca cert
root ca cert

is there a way to get all these certs in fullchain.pem file using the certbot commands?

Let's Encrypt does not chain up to a Digicert root certificate.

That said, it's utterly useless and pointless to include the root certificate into the chain. As such, Certbot cannot do that by itself, but you could script something and use it as a --deploy-hook.

3 Likes

Thanks for the reply. Final option is to use deploy hook.

1 Like

Which server ?
[expecting the inclusion of a root CA is very unusual]

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.