My issue is similar to this:
My Let;s encrypt expired and did not automatically renew. I deleted it in the GUI under Admin->Certificate Management. I then requested a new Let’s Encrypt cert which was issued and when I look at the expiry date in the GUI, it is in the future.
But when I go to Admin->System Admin->HTTPS Setup->Settings->Certificate Manager.; and select the certificate with my domain name, it reports that the certificate has expired.
Per the aforementioned thread, I ran from the CLI:
echo | openssl s_client -showcerts -connect localhost:443 | openssl x509 -inform pem -noout -enddate
and it is showing me the expired certificate which I thought I had deleted in the GUI before I requested the new cert.
Per that same thread I then ran: systemctl reload httpd
But that did not help. The HTTPS Setup page in the GUI is telling the the cert is expired - while the “Certificate Management” page is showing it is valid (different expiry dates - but same domain name).
Not sure what to try next.