SSL certificate issue install in IIS using win-acme

Hi,
we trying to install SSL certificate using win-acme

currently, it shows error messages like no A record found and aa record found. please check below screenshot
https://tinyurl.com/ybahv8ds
we trying to change the subdomain name. we thought it was cache but it not working too.
https://testipnew.sriramakrishnahospital.com/

Well, there is an A record now. What happens if you try again?

peppe@monolite:~$ dig a testipnew.sriramakrishnahospital.com

; <<>> DiG 9.16.1-Ubuntu <<>> a testipnew.sriramakrishnahospital.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17844
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;testipnew.sriramakrishnahospital.com. IN A

;; ANSWER SECTION:
testipnew.sriramakrishnahospital.com. 86400 IN A 35.213.138.163

;; Query time: 38 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Tue Feb 15 19:26:05 CET 2022
;; MSG SIZE  rcvd: 81
2 Likes

Looks to be working now, your existing certificate only covers riramakrishnahospital.com though, so you would want to add testipnew.sriramakrishnahospital.com to that certificate or create a new certificate just for that subdomain. Certificates have to either mention the full website domain (including subdomains like www etc) or be a wildcard (e.g. *.sriramakrishnahospital.com)

2 Likes

we tried again today. but no luck. the same error shows again. Sorry the subdomain we trying to install SSL is given below
testingip.sriramakrishnahospital.com

Note: IPs in the 192.168.0.0/16 address space are NOT routable via the Internet
[See: RFC 1918]

Name:    testingip.sriramakrishnahospital.com
Address: 192.168.0.200

So, it will only be possible to obtain a cert for that name via DNS-01 authentication; As HTTP-01 authentication challenges require routable IP addresses.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.