Configuring OpenVPN: Difference between revisions

From Notes to self
Jump to navigation Jump to search
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"
 
No edit summary
Line 1: Line 1:
Let the server be ''foo'', client ''bar''.
Let the server be ''foo'', client ''bar''.


*<par>
*<pre>
# cd
# cd
# git clone http://github.com/OpenVPN/easy-rsa
# git clone http://github.com/OpenVPN/easy-rsa
# cd easy-rsa/easyrsa3
# cd easy-rsa/easyrsa3
cp vars.example vars
cp vars.example vars
</par>
</pre>


[[Category: Linux]]
[[Category: Linux]]

Revision as of 18:24, 1 December 2019

Let the server be foo, client bar.

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

cp vars.example vars