vpn and se-linux problem
I have installed the packages for using vpn, and filled out all the details for this service to run. But I get a error message from SELinux saying I need to move the certificate to the ~/.cert folder, but it isn't any folder by that name, only a file named ~/.cert. SELinux told me to "mv /home/dagr/Dokumenter/ca/ca.crt ~/.cert" I'm a little afraid of messing things up, but how do I solve this?
move you certs to .cert folder in you home that will do the trick.
In Linux, any file or folder who's name starts with a dot is a hidden file/folder and doesn't normally show. You need to turn on Show Hidden Files to see it.
I see it. I deleted the file ~/.cert and made a folder with the same name. selinux gave some additional directions about making the certificate available for openvpn, but openvpn is still looking in the documents folder for the certificate. Now its both places and it works. Why does openvpn look in the documents folder and not the ~/.cert folder?