openvpn
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| openvpn [2019/06/11 12:49] – maferreira | openvpn [2019/06/17 06:22] (current) – maferreira | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
|   - Install mandadory packages< |   - Install mandadory packages< | ||
| apt-get install openvpn openssl curl jq vim --no-install-recommends </ | apt-get install openvpn openssl curl jq vim --no-install-recommends </ | ||
| - |   - Debian jessie (8) and stretch (9) repository have an old easy-rsa version (2.2) and we need at least 3.0.4, so we use github release.< | + | - Debian jessie (8) and stretch (9) repository have an old easy-rsa version (2.2) and we need at least 3.0.4, so we use github release. | 
| - | <note warning> | + | < | 
| + | wget --no-check-certificate  | ||
| tar -xvzf EasyRSA-3.0.4.tgz | tar -xvzf EasyRSA-3.0.4.tgz | ||
| rm EasyRSA-3.0.4.tgz | rm EasyRSA-3.0.4.tgz | ||
| - | mv EasyRSA-3.0.4/ | + | mv EasyRSA-3.0.4/ | 
| - | + | ||
| - | < | + | |
| - | git clone git:// | + | |
| - | git checkout v3.0.4 | + | |
| - | ln -s / | + | |
| </ | </ | ||
| - | + | <note warning> | |
| - |   - Generate a 2048 RSA public and private key for centrale, with server5 (use sub ca), and add them in < | + |   - Generate a 2048 RSA public and private key for centrale, with server5 (use sub ca), and add them in < | 
| + | vim / | ||
| vim / | vim / | ||
| - | chmod 660 port_number.key port_number.crt #both files must belong to root: | + | chmod 660 port_number.key port_number.crt #both files must belong to root:root | 
| + | </ | ||
|   - Generate diffie hellman file< |   - Generate diffie hellman file< | ||
|   - Generate additonal key for tls-auth mode< |   - Generate additonal key for tls-auth mode< | ||
openvpn.1560257357.txt.gz · Last modified: 2019/06/11 12:49 by maferreira