I have a windows machine on which Nginx is used to serve node-red. I have two node-red servers set up running on different ports. I have mapped two domains for the same IP. On one domain certbot SSL is configured and is working fine. For the second domain, Certbot is showing an error. I have added the below lines in Nginx as well -
location ~ /.well-known { allow all; }
I can't seem to figure out what is missing.
You should define a dedicated folder for ACME - and make sure it has the proper file permissions:
location /.well-known/acme-challenge/ { root c:documents and settingsmyUserhtml_folderacme_challenges; }
2.1m questions
2.1m answers
60 comments
57.0k users