Configuring OpenVPN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Let the server be ''foo'', client ''bar''. | Let the server be ''foo'', client ''bar''. | ||
*<pre> | * Setup easy-rsa v.3: | ||
<pre> | |||
# cd | # cd | ||
# git clone http://github.com/OpenVPN/easy-rsa | # git clone http://github.com/OpenVPN/easy-rsa | ||
Revision as of 18:25, 1 December 2019
Let the server be foo, client bar.
- Setup easy-rsa v.3:
# cd # git clone http://github.com/OpenVPN/easy-rsa # cd easy-rsa/easyrsa3 cp vars.example vars