I’m actually not sure what the correct solution to corruption like this is because I’m not hugely familiar with Certbot myself. Maybe @schoen can take a look after Christmas.
For now, I think just renaming:
/etc/letsencrypt/archive/djlive.pl-0002/cert2.pem
to
cert2.pem.backup
will let you continue with what you were doing before.
", live-hls.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://live-hls.djlive.pl/.well-known/acme-challenge/YJzQemJDx_Cg6gIJHbVC8KXTVGhgKxypDgVHUFT3Onc: "
404 Not Found
404 Not Found
", djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://djlive.pl/.well-known/acme-challenge/gqr0uLHteCp3nbzejAO5JZihU9o_Z2CzZy4vdSIDPJM: "
404 Not Found
404 Not Found
", live.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://live.djlive.pl/.well-known/acme-challenge/D6SRqtqJUMICabYIUr4RKPBx3so2FlWJ_bIx_7YhvmI: "
404 Not Found
404 Not Found
", api.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://api.djlive.pl/.well-known/acme-challenge/Wsw3BnUnnGVRb9UCqtbKklazZffY8Kcqns-71vewDZo: "
404 Not Found
404 Not Found
", v1.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://v1.djlive.pl/.well-known/acme-challenge/JJz8T2G3934DQY6GGeThLs7PyzdtqbQxUzz8DyfaeT8: "
404 Not Found
404 Not Found
", edge.live.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://edge.live.djlive.pl/.well-known/acme-challenge/cBNYgSLiFHpeHZk4a9GXSViqJCR-trNywlEBCKcxO0k: "
404 Not Found
404 Not Found
", app.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://app.djlive.pl/.well-known/acme-challenge/wL_sanpEV96H5-KOPymDhAs8f8PRvhMbnQ8FZRLD1Ss: "
404 Not Found
404 Not Found
", img.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://img.djlive.pl/.well-known/acme-challenge/LsSVfzmpWDIVqlOYL4g8Kew7foE-VlMctxQNPbsqTlo: "
404 Not Found
404 Not Found
", www.djlive.pl (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.djlive.pl/.well-known/acme-challenge/-olrdL8QjEy1xh15w1Vq7_eNODEIMdIFPS2bn-y0RVc: "
404 Not Found
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.
root@worker:~# mc
Make sure ALL of those domains serve http://$DOMAIN/.well-known/acme-challenge/ out of the your webroot-path. For example, you can include this in each of their server blocks:
location /.well-known/acme-challenge/ {
root /var/www/html/djliveeu; # this is your configured webroot-path from cli.ini
}