How to renew certificate after expiry

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is : training.yesme.plan-yes.online

I ran this command : certbot renew

It produced this output : Saving debug log to /var/log/letsencrypt/letsencrypt.log


Processing /etc/letsencrypt/renewal/training.yesme.plan-yes.online.conf


Cert not yet due for renewal


The following certs are not due for renewal yet:
/etc/letsencrypt/live/training.yesme.plan-yes.online/fullchain.pem expires on 2019-07-21 (skipped)
No renewals were attempted.

My web server is (include version):

The operating system my web server runs on is (include version):Ubuntu 16.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):

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

Hi,

Could you try to reload your web server?

Try:
sudo systemctl reload nginx

Thank you

Thank you for your prompt reply

Getting error:
nginx.service is not active, cannot reload.

Please help

Hi @jatin.baweja

you have a newer certificate, created 2019-04-22 ( https://check-your-website.server-daten.de/?q=training.yesme.plan-yes.online#ct-logs )

CertSpotter-Id Issuer not before not after Domain names LE-Duplicate next LE
874946383 CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US 2019-04-22 01:30:14 2019-07-21 01:30:14 training.yesme.plan-yes.online
1 entries

And some older, the second

CRT-Id Issuer not before not after Domain names LE-Duplicate next LE
1408029636 CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US 2019-04-21 23:30:14 2019-07-20 23:30:14 training.yesme.plan-yes.online
1 entries
1221003359 CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US 2019-02-20 17:52:15 2019-05-21 16:52:15 training.yesme.plan-yes.online
1 entries
1050102765 CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US 2018-12-22 17:16:14 2019-03-22 17:16:14 training.yesme.plan-yes.online
1 entries
884144839 CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US 2018-10-23 04:37:45 2019-01-21 05:37:45 training.yesme.plan-yes.online
1 entries
719573187 CN=Let's Encrypt Authority X3, O=Let's Encrypt, C=US 2018-07-25 05:06:16 2018-10-23 05:06:16 training.yesme.plan-yes.online
1 entries

is expired, you use that certificate.

And your main setup is ok, there is a running nginx, http + /.well-known/acme-challenge isn't redirected to https.

What says

nginx -T
sudo certbot --version

@JuergenAuer

I run both commands:

certbot 0.26.1

Could you please tell me how to update it. Still not updated.

Please help