My domain is: polydev.uk
I ran this command: certbot certificates
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Found the following certs:
Certificate Name: polydev.uk
Domains: polydev.uk www.polydev.uk
Expiry Date: 2019-11-22 23:32:56+00:00 (VALID: 81 days)
Certificate Path: /etc/letsencrypt/live/polydev.uk/fullchain.pem
Private Key Path: /etc/letsencrypt/live/polydev.uk/privkey.pem
My web server is: Nginx 1.16.0
The operating system my web server runs on is: CentOS 7.6
I can login to a root shell on my machine: yes
Iām using a control panel to manage my site: no
The version of my client is: 0.31.0
For a coupple of years I have been successfully using certbot to update certificates for several virtually-hosted domains with this simple shell command:
certbot certonly -d $1 -d www.$1 --manual --preferred-challenges dns-01
⦠along with manually updating TXT records at the domain host where web forwarding has been setup.
This time round I allowed the certificates to expire but they were successfully renewed 9 days ago yet all browsers are still returning errors referring to the old expiry date.