Issue an SSL certificate

When I add SSL to this domain lms.maccic.ca this problem appears


An unexpected error occurred:
too many certificates (5) already issued for this exact set of domains in the last 168h0m0s, retry after 2024-09-27 21:56:15 UTC: see Duplicate Certificate Limit - Let's Encrypt
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.

Just like it says, you've already issued 5 certificates for that exact list of domain names this week. Presumably, you're having trouble installing one of those certificates to whatever system you're trying to install it into? There are an infinite number of possible ways people can be trying to integrate Let's Encrypt, so without a lot more details it's hard for people here to help. If you're looking for more information on the rate limits that Let's Encrypt uses to ensure that people don't abuse their resources (accidentially or not), then read through that web page that the error message linked.

Please fill out the standard form that you should have seen as much as you can. When it asks for "ran this command" and "produced this output", it's really helpful to put everything down exactly. Copy text if it's a terminal-based program (and put between lines of ``` to make it code-formatted), or take screenshots if it's from some sort of graphical interface.

My domain is:

I ran this command:

It produced this output:

My web server is (include version):

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

My hosting provider, if applicable, is:

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

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

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

4 Likes

Hi @ahmed, and welcome to the LE community forum :slight_smile:

Server: Apache/2.4.52 (Ubuntu)

Please show:
sudo apachectl -t -D DUMP_VHOSTS

5 Likes

Also show the output of:
certbot certificates

4 Likes

The certificate presently being served https://decoder.link/sslchecker/lms.maccic.ca/443 is from the Staging Environment.

Subject Common Name	lms.maccic.ca
Issuer Common Name	(STAGING) Pseudo Plum E5
Issuer Organization	(STAGING) Let's Encrypt

Also the certificate chain is not compete

3 Likes

Ok, I want a radical solution to activate it safely.

It looks like you got a fresh production cert about 2 hours ago.

And, your server is using it as shown by this: https://decoder.link/sslchecker/lms.maccic.ca/443

Do you still need help?

3 Likes

When posting text output from the command line, please copy and paste it as </> Preformatted text. Screenshots make it difficult to read the text. Failing to format it as </> Preformatted text also makes it difficult to read.

3 Likes

If so, what shows:
certbot renew --cert-name lms.maccic.ca --dry-run

4 Likes