Configuring OpenVPN: Difference between revisions
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''. | ||
*< | *<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 | ||
</ | </pre> | ||
[[Category: Linux]] | [[Category: Linux]] | ||
Revision as of 18:24, 1 December 2019
Let the server be foo, client bar.
- cd
- git clone http://github.com/OpenVPN/easy-rsa
- cd easy-rsa/easyrsa3
cp vars.example vars