Multiple domain renewal failure

I have 3 sub domains on one host. I ran letsencrypt renew and it said that all are updated. I also ran each one with certonly and they all said they’re updated successfully, but when I checked remaining 2 certificate details it was still showing me old date.

root@in:~# letsencrypt certonly -a webroot --webroot-path=/var/www -d in.mohitsatoskar.com

IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at
    /etc/letsencrypt/live/in.mohitsatoskar.com-0001/fullchain.pem. Your
    cert will expire on 2017-05-27. To obtain a new version of the
    certificate in the future, simply run Let’s Encrypt again.

  • If you like Let’s Encrypt, please consider supporting our work by:

    Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
    Donating to EFF: https://eff.org/donate-le

root@in:~# letsencrypt certonly -a webroot --webroot-path=/var/www -d eu.mohitsatoskar.com

IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at
    /etc/letsencrypt/live/eu.mohitsatoskar.com/fullchain.pem. Your cert
    will expire on 2017-05-27. To obtain a new version of the
    certificate in the future, simply run Let’s Encrypt again.

  • If you like Let’s Encrypt, please consider supporting our work by:

    Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
    Donating to EFF: https://eff.org/donate-le

root@in:~# letsencrypt certonly -a webroot --webroot-path=/var/www -d au.mohitsatoskar.com

IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at
    /etc/letsencrypt/live/au.mohitsatoskar.com/fullchain.pem. Your cert
    will expire on 2017-05-27. To obtain a new version of the
    certificate in the future, simply run Let’s Encrypt again.

  • If you like Let’s Encrypt, please consider supporting our work by:

    Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
    Donating to EFF: https://eff.org/donate-le

It looks as if you have obtained the certificates, but are not using them. The most common reason is that you haven’t reloaded / restarted your web server ( nginx in your case) so that it uses the new certificates.

2 Likes

Got the solution. Thank you

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