Pb change permission certificat SSL

mccharlet

Renowned Member
Jul 7, 2009
44
0
71
Hi,

I can't change the permission to the SSL certificate

root@vm1jh:~# chmod 400 /etc/pve/local/pve-ssl.*
chmod: changing permissions of `/etc/pve/local/pve-ssl.key': Function not implemented
chmod: changing permissions of `/etc/pve/local/pve-ssl.pem': Function not implemented



For the security i want olny acces by root

bet regards
 
For the security i want olny acces by root

Files on /etc/pve/ have fixed, predefined access rights - you can't change them.

But the right are already correctly set, and there is no need to change them.

Note: apache needs to be able to read those files (www-data).