Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: dhis2.mohs.gov.sl
I ran this command:
lxc exec proxy -- service apache2 stop
lxc exec proxy -- certbot certonly --non-interactive --standalone --agree-tos -m $EMAIL -d $FQDN
lxc exec proxy -- a2dissite 000-default
lxc exec proxy -- a2ensite apache-dhis2
lxc exec proxy -- service apache2 reload
lxc exec proxy -- service apache2 start
# setup auto renewal
lxc exec proxy -- echo '0 3 * * * root certbot renew --standalone --pre-hook="service apache2 stop" --post-hook="service apache2 start"/' > /etc/cron.d/certbot
It produced this output:
An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see Failed Validation Limit - Let's Encrypt
My web server is (include version):
The operating system my web server runs on is (include version): Linux
Please when do I expect to have my domain again after violation of limit