I recently change my dns to point my web service to another IP address.
So i removed all my letsencrypt configuration, certs, pem etc…
I have a Nginx Reverse proxy on 194.3.220.120 with 1 domain (saintlaurentdumaroni.fr) and 4 subdomains (glpi, centreon, mail, gestioncm)
I try to make a new certificate demand but it doesn’t work.
I get this error (for each domain)
according to the CURL report from serverco the content is being served up from an IIS server.
Are your backed servers IIS servers?
You can do a redirect for .well-known/acme-challenge/ requests to point to the NGINX proxy (not the backed servers) and then get certbot to take care of the HTTP challenge for you.
You can also use DNS verification (add a TXT record to DNS)