My domain is: rzm.com.ua (full server name: cloud.rzm.com.ua )
I ran this command: certbot-auto renew
It produced this output:
"Attempting to renew cert (cloud.rzm.com.ua) from /etc/letsencrypt/renewal/cloud.rzm.com.ua.conf produced an unexpected error: urn:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new cert :: too many certificates already issued for exact set of domains: cloud.rzm.com.ua: see https://letsencrypt.org/docs/rate-limits/. Skipping."
and
"All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/cloud.rzm.com.ua/fullchain.pem (failure)"
My web server is (include version): nginx/1.10.3 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 16.04.9
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.
Hello, guys!
First of all, I would like to say thank you for such amazing idea as free certificates and LetsEncrypt.
Second, i would like to ask you, about help.
I obtained certificate for my web server (cloud.rzm.com.ua), 2018-02-04.
Yesterday, I tried to renew my certificate.
- I had run command: certbot-auto renew --dry-run
And received error: > "Failed authorization procedure. cloud.rzm.com.ua (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://cloud.rzm.com.ua/.well-known/acme-challenge/_eBB9eq-2tE_Kkb4MOY7Rw-qEujj2O21rfn9M_e_KIg: "
403 Forbidden".
I solved it, by add a "location /.well-known/acme-challenge" to nginx config in http (80) section (it was in secure section 443 before it).
- Aftre renew --dry-run passed ok, I run "certbot-auto renew", and received second error.
"Attempting to renew cert (cloud.rzm.com.ua) from /etc/letsencrypt/renewal/cloud.rzm.com.ua.conf produced an unexpected error: [Errno 2] No such file or directory: '/etc/letsencrypt/archive/cloud.rzm.com.ua/privkey2.pem'. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/cloud.rzm.com.ua/fullchain.pem (failure)"
I run "apt-get update" and after this, run "apt-get upgrade". After I rebooted my server, this error disappeared.
- And now, when I try to renew my certificate ("certbot-auto renew"), I receive an error:
"Attempting to renew cert (cloud.rzm.com.ua) from /etc/letsencrypt/renewal/cloud.rzm.com.ua.conf produced an unexped :: There were too many requests of a given type :: Error creating new cert :: too many certificates already is rzm.com.ua: see https://letsencrypt.org/docs/rate-limits/. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/cloud.rzm.com.ua/fullchain.pem (failure)"
I checked https://crt.sh/?q=%25.rzm.com.ua
And there were only 2 certs issued 2018-02-04.
But 1 day ago, added third cert issued 2018-04-16. But this certificate doesn't imported to my server.
And today I see another 5 certs issued for my domain 2018-04-16. But they doesn't saved on my server. Any of them.
Please, tell me what I can to do, to renew my certificate? How can I download issued certs, or how can I issue new one? (And what I should to check at my server, to be sure that new certificate will be saved next time?)
I'm sorry for a such long post. And, thank you for your time.
If you need more logs or verbose "certbot-auto renew", please tell me.
Thank you!