We want to use Let’s Encrypt for our certs. We used to use a wildcard cert but we are not renewing it.
We have multiple public facing IIS servers and a few public facing Linux machines that require certs. Am I able to get these to auto renew without the need to open port 80? Can I get the certs to update automatically in IIS / nginx or will I need to do something manually?
I am currently trying to generate certs via Certify The Web and keep getting errors;
_acme-challenge.domain.com TXT V96qDJ-f0px0oc3w-4ItEH99Urpx2HwJztsMAQz799Y
2019-01-21 11:54:20.196 +00:00 [INF] Created ACME Order: https://acme-v02.api.letsencrypt.org/acme/order/49752670/281202228
2019-01-21 11:54:20.951 +00:00 [INF] Fetching Authorizations.
2019-01-21 11:54:24.532 +00:00 [INF] Got http-01 challenge https://acme-v02.api.letsencrypt.org/acme/challenge/Exxdik3tTinpqxCbuqfv0Z-YdZDYUg6f84w2ZEoGulw/1170…
2019-01-21 11:54:25.950 +00:00 [INF] Got dns-01 challenge https://acme-v02.api.letsencrypt.org/acme/challenge/Exxdik3tTinpqxCbuqfv0Z-YdZDYUg6f84w2ZEoGulw/1170…
2019-01-21 11:54:28.893 +00:00 [INF] Got http-01 challenge https://acme-v02.api.letsencrypt.org/acme/challenge/mRXZcRL3dLLEqiz3lKQfjWSK-Ck0UN6tGLaO0aiWVcQ/1159…
2019-01-21 11:54:30.408 +00:00 [INF] Got dns-01 challenge https://acme-v02.api.letsencrypt.org/acme/challenge/mRXZcRL3dLLEqiz3lKQfjWSK-Ck0UN6tGLaO0aiWVcQ/1159…
2019-01-21 11:54:30.408 +00:00 [INF] Attempting Challenge Response Validation for Domain: domain.com
2019-01-21 11:54:30.409 +00:00 [INF] Registering and Validating domain.com
2019-01-21 11:54:30.409 +00:00 [INF] Checking automated challenge response for Domain: domain.com
2019-01-21 11:54:32.929 +00:00 [INF] DNS problem: NXDOMAIN looking up TXT for _acme-challenge.domain.com
2019-01-21 11:54:35.064 +00:00 [INF] Validation of the required challenges did not complete successfully. DNS problem: NXDOMAIN looking up TXT for _acme-challenge.domain.com
2019-01-21 11:54:35.064 +00:00 [INF] Validation of the required challenges did not complete successfully. DNS problem: NXDOMAIN looking up TXT for _acme-challenge.domain.com
Each time I change the TXT record to enter the requested text, I rerun the request as per the instructions and it gives me the same error, and requests that I add a different text string.
Any and all help gratefully received.