Skip to content

Instantly share code, notes, and snippets.

@bjensen
Created March 6, 2018 10:24
Show Gist options
  • Save bjensen/a86f672a539fd73a858610fa2b7db938 to your computer and use it in GitHub Desktop.
Save bjensen/a86f672a539fd73a858610fa2b7db938 to your computer and use it in GitHub Desktop.
sudo yum update -y
sudo yum install -y openvpn
sudo yum install easy-rsa -y --enablerepo=epel
sudo cp -via /usr/share/easy-rsa/3.0 CA
sudo /usr/share/easy-rsa/3.0/easyrsa -init-pki
sudo /usr/share/easy-rsa/3.0/easyrsa build-ca nopass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment