Options-ssl-apache.conf permissions error

Syntax error on line 29 of /etc/apache2/sites-enabled/website-name-le-ssl.conf: Could not open configuration file /etc/letsencrypt/options-ssl-apache.conf: Permission denied

drwxr-x--- 9 root root xxxx {datetime} letsencrypt

and:

-rw-r--r-- 1 root root xxxx {datetime} options-ssl-apache.conf

What’s wrong here?

Hi @seezee,

I don’t know how this got into this condition, but you can probably fix this problem with

sudo chmod o+x /etc/letsencrypt

That should allow processes not running as user root or group root to access files and directories within /etc/letsencrypt if they know those files’ or directories’ names already and they have permissions to access the individual files or directories.

Thanks, that worked a treat.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.