My server: Ubuntu 18.04 LTS Apache/2.4.29 (Ubuntu)
Rackspace: shell access
certbot.main:certbot version: 0.31.0
I manage a name based hosting site.
We have 500 domain names with the same IP.
My best guess as of 11/17/2020 4:30 PM
A domain that I thought was revoked has become a problem. The letsencrypt revoke procedure showed that it was revoked successfully. The output is at the end of this post under ====
The domain has the old .pem files under /etc/letsencrypt/live/drfrankmartincir/
There currently are no files under /etc/letsencrypt/renewal/ for the domain name; however, I do not know if the renewal procedure (I use the plain vanilla Letsencrypt script)
I start and stop apache whenever I need to add or delete new Domains. The server gets restarted for some Ubuntu updates
For some reason Apache refused to start until the /etc/apache2/sites-enabled/drfrankmartincir-le-ssl.conf was restored from a prior backup
====
From my logs I see
cmd1: certbot revoke -n --cert-path /etc/letsencrypt/live/drfrankmartincir.com/cert.pem --reason superseded
opA1
Array
(
[0] =>
[1] => - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[2] => Deleted all files relating to certificate drfrankmartincir.com.
[3] => - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[4] =>
[5] => - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[6] => Congratulations! You have successfully revoked the certificate that was located
[7] => at /etc/letsencrypt/live/drfrankmartincir.com/cert.pem
[8] =>
[9] => - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
)
All my other sites and certs are behaving normally.
Why does Apache want an entry in /etc/apache2/sites-enabled/ for a certificate I revoked?
What can I do about it? I can manually edit any of the files I need to