kgretzky / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.87k forks source link

issue with recreating certificates. #1027

Open Govind9633 opened 3 months ago

Govind9633 commented 3 months ago

issue with recreating certificates. its shwoing like this

[15:58:58] [inf] obtaining and setting up 20 TLS certificates - please wait up to 60 seconds... [15:58:58] [err] failed to set up TLS certificates: accounts.google.: obtaining certificate: [accounts.google.] Obtain: [accounts.google.] creating new order: attempt 1: https://acme-v02.api.letsencrypt.org/acme/new-order: HTTP 429 urn:ietf:params:acme:error:rateLimited - Error creating new order :: too many certificates already issued for "". Retry after 2024-03-24T11:00:00Z: see https://letsencrypt.org/docs/rate-limits/ (ca=https://acme-v02.api.letsencrypt.org/directory)
[15:58:58] [err] run 'test-certs' command to retry

and also

image

how to fix this

younevsky commented 3 months ago

Let's Encrypt provides a limited number of certificate requests per week or month. You have exceeded the limit, so you must wait or obtain a new domain. Additionally, you should investigate why you are making such a large number of requests.