Hi, I was trying to set up a certificate for one of my domains, but it kept failing and I tried some different things to fix it. But now when I try this:
certbot certonly --webroot -w /home/www-root -d mydomain.com -d www.mydomain.com
I get the following error:
An unexpected error occurred:
There were too many requests of a given type :: Error creating new authz :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/
Could I have avoided this failed auth limit if I added --dry-run
to my command line above after certonly
?
I’m hoping this will clear up in an hour and not a week because my site is currently without an SSL certificate. Thanks!