Question
CertBot apache issue
I basically hit this issue after following the apache -> ubuntu 17.10 setup
Error while running apache2ctl configtest.
Action ‘configtest’ failed.
The Apache error log may have more information.
apache2: Syntax error on line 226 of /etc/apache2/apache2.conf: Syntax error on line 33 of /etc/apache2/sites-enabled/000-default-le-ssl.conf: Could no t open configuration file /etc/letsencrypt/options-ssl-apache.conf: No such file or directory
So its missing a file but what should I do? Just create a blank file?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Basically I had it working for a website, then I changed domains and removed certbot and installed again. I’m guessing its either a apache missing file or its looking for the domains I had before and I didn’t actually fully remove?
Do I just run
apt purge certbot
to fully remove?