mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #29] Request failed when adding a new host #27
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoACME#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matt-01 on GitHub (Oct 9, 2018).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/29
I have encountered a problem trying to add a new host to the server in which it seems to be getting stuck right at the end:
Everything seems to be working and when I go to http://example/com/.well-known/acme-challenge/ likewise http://localhost/.well-known/acme-challenge/ also works just fine on the server.
But it seems to be stuck at the point it is requesting the certificate, any ideas?
@matt-01 commented on GitHub (Oct 9, 2018):
I would also like to add that I was having trouble renewing the certificate so I deleted it by running autoacme.exe delhost example.com
@ridercz commented on GitHub (Oct 9, 2018):
Please run the command with
--verboseargument. It will give you detailed error message.@matt-01 commented on GitHub (Oct 9, 2018):
@matt-01 commented on GitHub (Oct 9, 2018):
Obviously I am not using example.com I had to redact the real domain name but it here is the problem
Error creating new cert :: too many certificates already issued for exact set of domains: example.com: see https://letsencrypt.org/docs/rate-limits/ (429)
I have 4 subdomains that currently have certificates and I need a 5th. So I should be inside the limit.
www.example.com
images.example.com
cms.example.com
example.com
cdn.example.com
@ridercz commented on GitHub (Oct 10, 2018):
You hit the rate limit. Most likely not on subdomains, but you have too many certificates for
www.example.com. You may check it on crt.sh.Closing, as this is not AutoACME issue.