I have tried to add a new domain to my server (Debian VPS), the authentification said it failed, but I have a working certificate that works when configured in Apache manually.
I ran Certbot run initially and then have run certbot renew --dry-run to test.
Attempting to renew cert from /etc/letsencrypt/renewal/www.preopmadesimple.com.conf produced an unexpected error: Failed authorization procedure. www.preopmadesimple.com (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge. Requested a27ab1e6961312aa824a0a45ab361b5c.583edf775d3952b6f0fdb292c207901d.acme.invalid from 130.255.76.83:443. Received 2 certificate(s), first certificate had names “legendshockeycamps.co.uk, www.legendshockeycamps.co.uk.co.uk”,preopmadesimple.com (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge. Requested 7d68f3edf53e247305edd3b6ec9c97ac.1adbed780d3e52bcb28f789a7cf0f424.acme.invalid from 130.255.76.83:443. Received 2 certificate(s), first certificate had names “legendshockeycamps.co.uk, www.legendshockeycamps.co.uk”. Skipping.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: www.preopmadesimple.com
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
a27ab1e6961312aa824a0a45ab361b5c.583edf775d3952b6f0fdb292c207901d.acme.invalid
from 130.255.76.83:443. Received 2 certificate(s), first
certificate had names “legendshockeycamps.co.uk,
www.legendshockeycamps.co.uk”Domain: preopmadesimple.com
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
7d68f3edf53e247305edd3b6ec9c97ac.1adbed780d3e52bcb28f789a7cf0f424.acme.invalid
from 130.255.76.83:443. Received 2 certificate(s), first
certificate had names “legendshockeycamps.co.uk.co.uk,
www.legendshockeycamps.co.uk”To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.
I would like to continue with auto certbot as it is very useful!