Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| installing_openvpn_on_ubuntu_8.04 [06.02.2010 15:36] – Pascal Suter | installing_openvpn_on_ubuntu_8.04 [29.09.2012 10:41] (current) – Pascal Suter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Installing OpenVPN on Ubuntu 8.04 ====== | ====== Installing OpenVPN on Ubuntu 8.04 ====== | ||
| + | thereis a good guide at [[https:// | ||
| < | < | ||
| apt-get install openvpn openssl | apt-get install openvpn openssl | ||
| Line 13: | Line 14: | ||
| ./build-dh | ./build-dh | ||
| ./build-key [client-name] | ./build-key [client-name] | ||
| - | cd keys | + | cd keys/ |
| - | cp ca.* dh1024.pem | + | cp myservername.crt myservername.key |
| cd / | cd / | ||
| gzip -d server.conf.gz | gzip -d server.conf.gz | ||