Skip to content

Instantly share code, notes, and snippets.

@WeWin55
WeWin55 / Vyos Router Private Internet Access Openvpn
Created April 1, 2019 12:26
openvpn vyos router github pia private internet access vpn secure
Download PIA-CA file.
vyos@vyos# nano /config/auth/ca.crt
Config:
set openvpn vtun0 authentication password ''
set openvpn vtun0 authentication username ''
set openvpn vtun0 encryption 'aes128'
set openvpn vtun0 hash 'sha1'