Hi!
Im working with CL 7.3 and Plesk Onyx 17.0.17. But the Lets Encrypt add-on is not working properly with CageFS:
This "problem"/misconfiguration is known and Plesk offers an answer to this: https://support.plesk.com/hc/en-us/a...e-or-directory
So I added fs.protected_symlinks_allow_gid = id_of_group_linksafe to /etc/sysctl.conf and applied the changes by sysctl -p, but this leads to:
According to this its still not possible to use Lets Encrypt. Any ideas how to get it running? And no, I wont disable the symlink protection, that was the only solution provided by google ;-)
Thanks in advance for your help!
Im working with CL 7.3 and Plesk Onyx 17.0.17. But the Lets Encrypt add-on is not working properly with CageFS:
Code:
Starting new HTTPS connection (1): 127.0.0.1 Waiting for verification... Cleaning up challenges Generating key (2048 bits): /usr/local/psa/var/modules/letsencrypt/etc/keys/0001_key-certbot.pem Creating CSR: /usr/local/psa/var/modules/letsencrypt/etc/csr/0001_csr-certbot.pem Non-standard path(s), might not work with crontab installed by your operating system package manager An unexpected error occurred: OSError: [Errno 2] No such file or directory
So I added fs.protected_symlinks_allow_gid = id_of_group_linksafe to /etc/sysctl.conf and applied the changes by sysctl -p, but this leads to:
Code:
fs.protected_symlinks_create = 1 fs.protected_hardlinks_create = 1 fs.protected_symlinks_allow_gid = 986 fs.protected_hardlinks_allow_gid = 986 fs.proc_super_gid = 1000 sysctl: setting key "fs.protected_symlinks_allow_gid": Invalid argument fs.protected_symlinks_allow_gid = id_of_group_linksafe fs.proc_can_see_other_uid = 0
Thanks in advance for your help!
Comment