Configuring OpenVPN

From Notes to self
Revision as of 18:23, 1 December 2019 by Verbovet (talk | contribs) (Created page with "Let the server be ''foo'', client ''bar''. *<par> # cd # git clone http://github.com/OpenVPN/easy-rsa # cd easy-rsa/easyrsa3 cp vars.example vars </par> Category: Linux")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Let the server be foo, client bar.

  • <par>
  1. cd
  2. git clone http://github.com/OpenVPN/easy-rsa
  3. cd easy-rsa/easyrsa3

cp vars.example vars </par>