Hey I have been trying to renew my certs today but didn’t work.
It seems that my letsencrypt version was not working since I did a release upgrade on my ubuntu server.
So I tried to uninstall using the certbot site tutorial but had some trouble.
So I deleted the certs archive and renewal content and then I have this message : Error creating new cert :: too many certificates already issued for exact set of domains.
Is it possible to ask for only one new possibility of cert creation or rate reset ?
My domain is www.vision-environnement.com
Best regards
Paul
No, it's not possible, you must wait ~7 days.
You can work around this specific limit by adding a second name to the certificate (e.g. -d vision-environnement.com
).
Better yet, use --staging
or --dry-run
with Certbot for testing purposes to avoid rate limit problems.
1 Like
Alternatively, this error indicates you have already issued five identical certificates in the past week. If you still have the private key for any of those at all, you can use one you’ve already issued.
It worked ! thanks a lot !!!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.