Could not open configuration file /etc/letsencrypt/options-ssl-apache.conf: No such file or directory

Try this:

apachectl configtest

If that fails, try:

httpd -t

I believe at least one of these should work on your machine. The result should be that it shows you exactly where your config is broken.

5 Likes