Too many certificates already issued

My domain is: mail.flametree.pw ; www.mstockists.flametree.pw

I ran this command: ./certbot-auto after ./certbot-auto renew

It produced this output: There were too many requests of a given type :: Error finalizing order :: too many certificates already issued for exact set of domains: mstockists.flametree.pw: see https://letsencrypt.org/docs/rate-limits/

I need to know how to remove the other ssh certificates

My web server is (include version): Linode

The operating system my web server runs on is (include version): Linux

My hosting provider, if applicable, is:Linode

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no

So you've issued more than five identical certificates in the past week. Why don't you use one of them?

Hi @gracekaspe

that wouldn't remove your rate limit. You have 5 certificates with mstockists.flametree.pw as name, created 2018-09-13, today.

https://transparencyreport.google.com/https/certificates?cert_search_auth=&cert_search_cert=&cert_search=include_expired:false;include_subdomains:false;domain:mstockists.flametree.pw&lu=cert_search

As @danb35 asked: Why don't you use one of these? You can create 5 identical certificates in one week. So you have to wait one week.

I see that I’ve already set up a certificate for it and the value is mstockists.flametree.pw . How can I use them? Is there any reason why Google is saying as: This server could not prove that it is mstockists.flametree.pw ; its security certificate is from admin.mstockists.flametree.pw ? This may be caused by a misconfiguration or an attacker intercepting your connection.

You have installed the wrong certificate.

Looks like you have one or more vHosts with the same certificate. You should create one certificate with

admin.mstockists.flametree.pw mstockists.flametree.pw www.mstockists.flametree.pw mail.mstockists.flametree.pw

and use that. You can add more domain names to your certificate with the -d option:

certbot-auto -d admin.mstockists.flametree.pw -d mstockists.flametree.pw -d www.mstockists.flametree.pw -d mail.mstockists.flametree.pw

This is a new set of domain names, so your one-week-limit isn't a problem.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.