dappnode / DNP_VPN

Dappnode package responsible for providing the VPN connection
GNU General Public License v3.0
7 stars 13 forks source link

OVPN files should be downloaded with unique name #174

Open vdo opened 4 years ago

vdo commented 4 years ago

When importing .ovpn files with NetworkManager, the files are stored in the system with the name of the file imported, for example:

ca=/home/vdo/.cert/nm-openvpn/DAppNode_VPN-ca.pem
cert=/home/vdo/.cert/nm-openvpn/DAppNode_VPN-cert.pem
cert-pass-flags=0
connection-type=tls
dev=tun
key=/home/vdo/.cert/nm-openvpn/DAppNode_VPN-key.pem

To avoid col.lisions with other DAppNode configurations, they should be imported with a unique name, like DAppNode_VPN_2ef495a.ovpn

dapplion commented 4 years ago