I tried to renew the certificate. (I think i works) But in all my browsers, chrome, firefox the expiry date is not updated (24 march). If i type certbot renew in my shell i got this:
How can I fix the date in the browsers or what did I wrong?
Thanks
My domain is: not public
I ran this command: certbot renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The following certs are not due for renewal yet:
/etc/letsencrypt/live/mydomain.tld/fullchain.pem expires on 2018-07-15 (skipped)
No renewals were attempted.
My web server is (include version): nginx
The operating system my web server runs on is (include version): ubuntu xenial
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
Just for the records, I was talking to @letsASK and the problem was an overlapping server_name directive. We have removed the offended conf file and restarted nginx and it is working fine now.