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

Hi @Rip,

thanks for your quick response! If I look into /etc/httpd/sites-enabled/ there is no file named “bikegeartracker.com-le-ssl.conf”, there is only “bikegeartracker.com.conf”…

Now I think you perhaps mean /etc/httpd/sites-available/; this does contain the “bikegeartracker.com-le-ssl.conf” file, which contains following;

Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/bikegeartracker.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/bikegeartracker.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/bikegeartracker.com/chain.pem

I see this does not contain “fullchain” but just “chain”. The /live directory is not accessible (probably rightfully so ;)), so I can’t check if “…/fullchain” actually exists. Any thoughts?

EDIT: ofcourse I can check, I just didn’t know the command. I can confirm the “…/fullchain.pem” file does not exist.

Let me know how I can thank you afterwards, happy to buy you beer/pizza for your help! :slight_smile:

1 Like