Updated OpenVPN (markdown)

Orazio 2020-05-29 17:43:42 +02:00
parent bf5dd95715
commit ace8a82bc0

@ -33,7 +33,7 @@ example using scp on linux:
1. Backup the current install: `sudo cp -r /etc/openvpn /etc/openvpn_backup`
2. Extract the backup archive: `tar xzpfv <archive name>`
3. Copy the extracted content: `sudo cp -r etc/openvpn /etc/openvpn`
3. Copy the extracted content: `sudo cp -r etc/openvpn /etc`
4. Restart the openvpn service: `sudo systemctl restart openvpn`
**OBS:** Please be aware of the difference between `/etc/` and `etc/`!