Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

file permissions for openvpn setup

Writer Andrew Henderson

I can't find what permissions I should give to certificates and to the folder.

I am importing the files from kde network manager.

If I give 400 or 640 permissions to /etc/openvpn ,then , from the network manager I can't open the folder openvpn in order to import the necessary files.

1 Answer

Do not change the directory and you do (/should) not need to change the directory itself. /etc/openvpn needs to be something like 775 (rwxrwxr-x).

The permisions 400 (=readonly) are for the cert files. This explains it: How do I setup OpenVPN so I can securely use the internet from an unsecured hotspot?

And do not forget: changes to /etc/ need sudo.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy