Is there a way to cancel limit rule just for once, when too many certificates already issued for exact set of domain?
I just tried bash command for automatic making new certificates and certbot made bad config file for ssl, so I removed all certs and tried again and again with small modifications. I didn’t know there are limitations for this. I am very sorry.
My bash command.
for i in $(cat hosek.conf | grep ServerName | cut -d’ ’ -f2); do certbot --apache --redirect -d $i; sleep 2; done
Hello @JuergenAuer,
yes, I removed my older topic, because I tried letsencrypt support directly via email, I thought this is not question for this forum.
In future, I will use this for testing, is it right?
OK, and how long will be impossible create new certs for domains above? Or could I ask letsencryt support directly to cancel all my certs orders from past for domains above? Just for now.
Thanks.