My domain is:
grantwu.me
I ran this command, and it produced this output:
root@vultr:~# certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/grantwu.me.conf
-------------------------------------------------------------------------------
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator nginx, Installer nginx
Renewing an existing certificate
Performing the following challenges:
tls-sni-01 challenge for grantwu.me
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (grantwu.me) from /etc/letsencrypt/renewal/grantwu.me.conf produced an unexpected error: Failed authorization procedure. grantwu.me (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge. Requested c123404c40b971f7c9f73cb2862f0b9b.255b068ad6624c3d0e76644234d8660f.acme.invalid from 45.77.148.48:443. Received 2 certificate(s), first certificate had names "grantwu.me". Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/grantwu.me/fullchain.pem (failure)
-------------------------------------------------------------------------------
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/grantwu.me/fullchain.pem (failure)
-------------------------------------------------------------------------------
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: grantwu.me
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
c123404c40b971f7c9f73cb2862f0b9b.255b068ad6624c3d0e76644234d8660f.acme.invalid
from 45.77.148.48:443. Received 2 certificate(s), first certificate
had names "grantwu.me"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version):
root@vultr:~# nginx -v
nginx version: nginx/1.10.3 (Ubuntu)
The operating system my web server runs on is (include version):
root@vultr:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
My hosting provider, if applicable, is: Vultr, but I don’t think it’s applicable
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
Files in /etc/nginx/sites-enabled/ are:
https://grantwu.me/default.txt
https://grantwu.me/weechat.txt
Here’s my /etc/letsencrypt/options-ssl-nginx.conf
https://grantwu.me/options-ssl-nginx.conf.txt
I’m running certbot 0.19.0, for what it’s worth.