Multiple certificate with different renew system

my website is: usorgames.com.
I cannot visit this website because the certificate is expired. I checked on https://www.ssllabs.com/ssltest/analyze.html?d=usorgames.com&latest and found out that it expired in May 2018. But when i tried to renew manually, it tells me that it is not due to renew yet. So i did certbot certificates and found out the following results:

Found the following certs:
  Certificate Name: usorgames.com
    Domains: usorgames.com,www.usorgames.com
    Expiry Date: 2018-09-23 18:06:08+00:00 (VALID: 66 days)
    Certificate Path: /etc/letsencrypt/live/usorgames.com/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/usorgames.com/privkey.pem

this one says it hasn’t expired yet. I remember i did auto renew with certbot. But why is this happening? do i happen to have multiple certificate? why some are auto renewed and others are not?

How did you install the certificate? If you didn’t use the apache or nginx installer plugin, you’ll need to reload your webserver “manually” for it to recognise the renewed certificate. Assuming you’re refering directly to the fullchain.pem file in /etc/letsencrypt/live from your webserver configuration file (and not manually copying the file to some other path).

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