Need regenerate certificate because the domain name was changed

I did some mistakes when tried to regenerate key, so now I have the limit… I waited one hour but nothing change. I really need to change

My domain is:
https://crt.sh/?q=wiki.lutsk.dynabic.com
I ran this command:
certbot certonly --cert-name wiki.rzeszow.dynabic.com -d wiki.lutsk.dynabic.com
It produced this output:
An unexpected error occurred:

There were too many requests of a given type :: Error creating new order :: too many certificates already issued for exact set of domains: wiki.lutsk.dynabic.com: see https://letsencrypt.org/docs/rate-limits/

Hi @ansa

there are some certificates

Issuer not before not after Domain names LE-Duplicate next LE
Let's Encrypt Authority X3 2019-08-22 2019-11-20 wiki.lutsk.dynabic.com - 1 entries duplicate nr. 4
Let's Encrypt Authority X3 2019-08-22 2019-11-20 wiki.lutsk.dynabic.com - 1 entries duplicate nr. 3
Let's Encrypt Authority X3 2019-08-22 2019-11-20 wiki.lutsk.dynabic.com - 1 entries duplicate nr. 2
Let's Encrypt Authority X3 2019-08-22 2019-11-20 wiki.lutsk.dynabic.com - 1 entries duplicate nr. 1

What says

certbot certificates

If you use certonly, the new certificate isn't installed.

Did you restart your server?

Now you use the wrong certificate ( https://check-your-website.server-daten.de/?q=wiki.lutsk.dynabic.com ):

CN=wiki.rzeszow.dynabic.com
	22.08.2019
	20.11.2019
expires in 90 days	wiki.rzeszow.dynabic.com - 1 entry

I deleted the last certificate what I generated “wiki.lutsk.dynabic.com”. First of all, I tried certbot certonly -d wiki.lutsk.dynabic.com. And, the result was failed because of I did not restart nginx with new configurations.

When I decided to delete wiki.lutsk.dynabic.com certificate by certbot delete --cert-name wiki.lutsk.dynabic.com.

And then I tried “certbot certonly --cert-name wiki.rzeszow.dynabic.com -d wiki.lutsk.dynabic.com”, but there was the limit error.

Result of “certbot certificates”:
Certificate Name: wiki.rzeszow.dynabic.com
Domains: wiki.rzeszow.dynabic.com
Expiry Date: 2019-11-20 11:02:07+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/wiki.rzeszow.dynabic.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/wiki.rzeszow.dynabic.com/privkey.pem

So, what I should do now?

Looks like you have to wait. Deleting active certificates without having a backup is always bad.

1 Like

How long I should wait?!

Please read

Looks like you have to wait 7 days. I don’t see if it is possible to add another domain name to the certificate.

2 Likes

May be is it possible to create just a new one “wiki.lutsk.dynabic.com” and delete the old one?

And what is the right command that I should use in order to create certificate for new domain?

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