Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
I ran this command: I used the interactive Win-acme. It finds my binding and feels in DNS. This is internal application[ only available inside the firewall]
It produced this output: "type": "urn:ietf:params:acme:error:dns",
"detail": "DNS problem: NXDOMAIN looking up A for certbot.nci.nih.gov - check that a DNS record exists for this domain",
"status": 400
My web server is (include version): IIS 10
The operating system my web server runs on is (include version): Windows 2016
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): I am an admin. Hence, Yes.
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): I am using IIS to manage application.
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): I am using Win-acme.
You need an A/AAAA record in the DNS for certbot.nci.nih.gov that points to the IPv4/IPv6 address of a webserver that responds on port 80 in order to use an http-01 challenge.
Thank you for replying Griffin. I already have a DNS record [Cname] and it resolves internally. However, it's not exposed to the outside world. Is it a must it should be external facing? We have applications that works only inside our firewall and not exposed externally.
You can use a dns-01 challenge instead that requires temporarily adding a TXT record to your DNS with host _acme-challenge.certbot.nci.nih.gov and a random value given by your ACME client. Usually this is a manual process that takes a couple of minutes.
Yes, if you have a means of automatically creating the DNS TXT record. You could use a CNAME for _acme-challenge.certbot.nci.nih.gov to delegate the dns-01 challenge to acme-dns for this.
You might also consider using one of the Windows-friendly ACME clients listed below. It could make your life significantly easier. They are both designed and supported by frequent contributors to this community and offer great technical support.
Thank you. Even after I add the txt file, I am receiving this error type": "urn:ietf:params:acme:error:dns",
detail": "DNS problem: NXDOMAIN looking up TXT for _acme-challenge.nci.nih.gov - check that a DNS record exists for this domain",
status": 400
Question. How does it validates? How does it know where to look?
Let me ask, does the TXT record needs to be externally available? it needs to be resolve outside NIH firewall,? If so, the record is only available internally hence that is why you don't see it.
If my theory is correct, we need a TXT file in our external facing DNS in order to both create and renew?