-
-
Notifications
You must be signed in to change notification settings - Fork 2k
FAQ
Kuba Gretzky edited this page Feb 13, 2019
·
3 revisions
Unable to retrieve certificates from LetsEncrypt / Error 400 / Timeout error (likely firewall problem)
LetsEncrypt is not able to contact your server for verification of domain ownership.
- You need to own a registered domain (use Namecheap for example). Let's say you registered a domain
mydomain.com
and your external server where Evilginx is installed is at IP123.123.123.123
. - In domain configuration you need to add custom nameservers. Add
ns1.mydomain.com
andns2.mydomain.com
nameservers and set both to point to IP123.123.123.123
. - Change option for the domain to use
Custom Nameservers
and set the nameserver names tons1.mydomain.com
andns2.mydomain.com
.
Now Evilginx server will properly respond to any DNS requests coming from the outside and will handle the resolution of any subdomains that you need to manage for your phishlets.