Cert renew on my file system but not through the internet

last week I renewed my wilcard *.preprod.biblibre.eu certificate with : letsencrypt certonly --server https://acme-v02.api.letsencrypt.org/directory --manual -d '*.preprod.biblibre.eu'

today i check one url like foo-bar.preprod.biblibre.eu and the certificat is expired (check on ssllabs.com)

  • Valid until Sun, 08 Mar 2020 13:44:01 UTC (expired 2 days, 2 hours ago) EXPIRED

I check on local with openssl x509 -noout -text -in /etc/letsencrypt/live/preprod.biblibre.eu/fullchain.pem and the certificate is valid O-o

        Validity
            Not Before: Mar  5 12:03:15 2020 GMT
            Not After : Jun  3 12:03:15 2020 GMT

my cerbot client is 0.31.0 on ubuntu/xenial

1 Like

Has the web server been reloaded or restarted since the certificate was renewed?

Is it configured to use the correct certificate and key files?

1 Like

shame on me, i forgot to restart nginx
everything works fine now

1 Like

thank you so much mnordhoff :slight_smile:

1 Like

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