Hey,
I am using plesk + windows + nodejs for my website.
till now when i installed letsencrypt, it created a .well-known folder.
after i had a lot of problems with my web.config rewrite module, i found a way that if i disable asp i can i can renew my certificate and it’ll work, but when i renewed the cert with asp disabled he didn’t create a folder but added a TXT record.
what’s the difference?
and will i have further problems in the next cert renewal?
also, is it a good idea to disable asp?
1 Like
Hi @Mendistern
start with some basics:
Then learn something about different challenge types:
http-01 checks a file in /.well-known/acme-challenge, dns-01 checks a DNS TXT entry.
is it a good idea to disable asp?
If you don't use ASP, you can disable it.
2 Likes
So this means that if i use a TXT record the certificate doesn’t even look at my web.config?
2 Likes
The validation method using a DNS TXT record never makes any inbound connection to your server at all (in fact, you don’t even need to have a server running on the Internet to use it).
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.