Skip to content

Instantly share code, notes, and snippets.

View kaibsora's full-sized avatar

Kai Compton kaibsora

View GitHub Profile
@kaibsora
kaibsora / gist:5c1770940949e11b6aeff17843c970d5
Last active August 19, 2021 02:05 — forked from jacefreeman/gist:a83d0e95ce1c1dc949fe72284d04f265
Vyos OpenVPN Client Configuration for ExpressVPN
# Download the OVPN file from ExpressVPN for the server you wish to access https://www.expressvpn.com/setup#manual
# Create files for certs and keys, use vi or nano, example is vi
cd /config/auth
sudo vi ca.cert
# type i and paste in your client certificate after <cert> up to </cert>
# type :wq
sudo vi cert.crt
# type i and paste in your certificate authority after <ca> up to </ca>