James Cook
For extra security, one of the servers I work with has all http access blocked. It was originally set up with a Let's Encrypt cert via Acme-bot.
Because Acme-bot renewals seem to require an http access in order to respond to challenges, they switched to using a Cloudflare cert.
That has been working, but today Acme-bot is trying to renew and causing the server to be inaccessible since the challenges fail.
I can't find a way to completely remove the Let's Encrypt cert. Any suggestions?
devastator82
I think you need unbind server to get freed Acme account.
Just temporary turn on http and then try disable Acme Account.
Or easiest way edit the abyss.conf and remove entries of that account.
admin
Any item in the console that is still referenced by another item or feature won't be deletable.
So to you'll have to disable the ACME certificate setting in the host. It should simply be not HTTPS and only HTTP or switch to a normal certificate.
As soon as the host stops referencing the ACME account, the bot won't try to renew the certificate for it.
Next open the console, select "Configure" next to the host, then select "General" and either set it to HTTP only in the protocol or change the type of the SSL/TLS certificate.