My domain is: tkstarigrad.rs
I ran this command: certbot renew
It produced this output:
Attempting to renew cert (tkstarigrad.rs) from /etc/letsencrypt/renewal/tkstarigrad.rs.conf produced an unexpected error: urn:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new authz :: too many failed authorizations recently: see Rate Limits - Let's Encrypt. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/tkstarigrad.rs/fullchain.pem (failure)
My web server is (include version): Apache Tomcat 8.5.31
The operating system my web server runs on is (include version): Ubuntu 18.04 LTS
My hosting provider, if applicable, is: Vultr
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
I am completely aware of why it is happening. I tried to renew a few times without success, only to later find out that for some reason certbot changed my webroot from the webroot folder to /root, so I changed it back to /root/webroot as it should be, but it was too late, and the next time I tried to renew, I got the aforementioned error. Do I really need to wait a week before retrying? Since the verification failed (I wasn't counting, so I guess 5 times according to the documentation), no certificates were issued, so can the process be accelerated?
Thanks.