Problem with expiration date of certificate

My domain is: web.kompassit.com.ar

I ran this command:

It produced this output:

My web server is (include version): Apache Tomee 8.0.15

The operating system my web server runs on is (include version): Ubuntu 20.04

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know): yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 3.2.0

Hi all !
I have observed that when I try to log in my app web, I am getting this error message "This certificate, or one of the certificates in the chain, has expired."
but after I run sudo certbot renew i obtain these messages:

Processing /etc/letsencrypt/renewal/web.kompassit.com.ar.conf
Certificate not yet due for renewal
The following certificates are not due for renewal yet:
/etc/letsencrypt/live/web.kompassit.com.ar/fullchain.pem expires on 2025-04-06 (skipped)
No renewals were attempted.

any idea about what could be the problem?,
thanks in advance!

Hi @Kospi,

This shows the certificate that is presently being served https://decoder.link/sslchecker/web.kompassit.com.ar/443
Which is this expired certificate crt.sh | 15178372317

Yet the list of issued certificates crt.sh | web.kompassit.com.ar shows newer certificates exist.

Make sure your website is serving the newest certificate.

You likely need to restart the web server service, possibly reboot the server machine. To utilize the new certificate, some systems keep the certificate cached.

2 Likes

Hi Bruce,
Finally I understood that I have to copy manually files cert.pem, chain.pem, privkey.pem to web server.
Thanks

3 Likes

You probably can set up a --deploy-hook to do that automatically after a renewal.

3 Likes