I’m using Apache on ubuntu and ran into some problems using the delete command.
I found that certbot wouldn’t work after deleting some certs, this was because the certs deleted were being used by other domains which required those certs. I was able to fix this using a2dissite for all the affected certs, certbot would then run and I could recreate the broken certs individually
Hi @raako71,
Do you mean that the problem was that your Apache configuration still referenced the certificates that you deleted?
I don’t think that certbot delete
is meant to modify web server configurations at all, so this may not be considered a bug.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.