Appreciate the detailed explanation provided and possible root causes.
I have several domains hosted in a virtual server.
I had to make the same steps for all the domains, by deleting the 'expired' cert and running the install command:
# certbot-auto certonly -d tcc.planchurch.com
As an example, I reinstalled the cert for the domain 'ch0101.planchurch.com' using the 'delete', 're-install' steps using following commands:
# certbot delete --cert-name ch0101.planchurch.com
# certbot-auto certonly -d ch0101.planchurch.com
The ssl for the domain 'ch0101.planchurch.com' successfully installed along with several other domains. Only the domain tcc.planchurch.com failed to secure the site. Since I exceeded the 5 counts to request for a new cert, I am not able to install the new cert for the domain tcc.planchurch.com. I probably need to wait for a few more days (168hrs). Therefore when I run the command to list the certs, I can only display the status for 'ch0101.planchurch.com' but not for 'tcc.planchurch.com'.
I am uploading the response I got by running both 'certbot certificates' as well as 'certbot-auto certificates'. I have all along been using 'certbot-auto' although I do get the warning that the 'certbot-auto' will not be automatically updated.
And I cannot figure out how to get the updates. Wonder if the older version of certbot is the root cause. In that case why only this one domain 'tcc.planchurch.com' cannot successfully install, and all others are successful.....Appreciate your advise.
220513-vm139-certbot-certificates.txt (1.7 KB)