I received a certificate using the following method.
I do not know what to do to renew that certificate.
./certbot-auto renew
./letsencrypt-auto renew
The renew failed.
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/www.xxxxxxxxxx.net.conf
-------------------------------------------------------------------------------
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator standalone, Installer None
Renewing an existing certificate
Performing the following challenges:
tls-sni-01 challenge for www.xxxxxxxxxx.net
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (www.xxxxxxxxxx.net) from /etc/letsencrypt/renewal/www.xxxxxxxxxx.net.conf produced an unexpected error: Failed authorization
procedure. www.xxxxxxxxxx.net (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certi
ficate for tls-sni-01 challenge. Requested 33b0c7a80b2a1910f2656077ea70fdf9.5bb55265ba73ec2d9402b03aff58282f.acme.invalid from yyy.yyy.yyy.yyy:443
. Received 2 certificate(s), first certificate had names "www.xxxxxxxxxx.net". Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/www.xxxxxxxxxx.net/fullchain.pem (failure)
-------------------------------------------------------------------------------
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/www.xxxxxxxxxx.net/fullchain.pem (failure)
-------------------------------------------------------------------------------
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: www.xxxxxxxxxx.net
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
33b0c7a80b2a1910f2656077ea70fdf9.5bb55265ba73ec2d9402b03aff58282f.acme.invalid
from yyy.yyy.yyy.yyy:443. Received 2 certificate(s), first
certificate had names "www.xxxxxxxxxx.net"
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.
The settings of the server are as follows.
Only ports 80 and 443 are open.
If you connect to 80 port, you will connect to 443 port.
What should I do to renew my certificate?