Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: for example: www.donautec.com
I ran this command: certbot certonly --preferred-challenges=http -d www.donautec.com
It produced this output:
My web server is (include version): Apache/2.4.52 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 18.04.6 LTS
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 0.27.0
-->
Certificate is ok,
but the chain-certificates are not:
Cert (OK) -> R3 (OK) --> ISRG Root X1 (OK) --> DST Root CA X3 (INVALID)
$ openssl x509 -noout -text -in chain.pem (-> splitting to chain1.pem + chain2.pem)
$ openssl x509 -noout -text -in chain1.pem
Certificate:
Data:
Issuer: C = US, O = Internet Security Research Group, CN = ISRG Root X1
Validity
Not Before: Sep 4 00:00:00 2020 GMT
Not After : Sep 15 16:00:00 2025 GMT
Subject: C = US, O = Let's Encrypt, CN = R3
$ openssl x509 -noout -text -in chain2.pem
Certificate:
Data:
Issuer: O = Digital Signature Trust Co., CN = DST Root CA X3
Validity
Not Before: Jan 20 19:14:03 2021 GMT
Not After : Sep 30 18:14:03 2024 GMT
Subject: C = US, O = Internet Security Research Group, CN = ISRG Root X1
$ certmgr.msc Root-certificates
CN = DST Root CA X3
valid until "30. September 2021 15:01:15"
--> INVALID
==> Why don't you generate the new chain.pem ?
$ openssl x509 -noout -text -in chainNEW.crt
......
Certificate:
Data:
Issuer: C = US, O = Internet Security Research Group, CN = ISRG Root X1
Validity
Not Before: Jun 4 11:04:38 2015 GMT
Not After : Jun 4 11:04:38 2035 GMT
Subject: C = US, O = Internet Security Research Group, CN = ISRG Root X1