Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
howtos:network_services:openvpn [2018/03/02 00:14 (UTC)] bifferos Correct references to the name OpenVPN, give them consistent casing. |
howtos:network_services:openvpn [2018/03/02 00:28 (UTC)] bifferos Move passphrase removal to the passphrase section |
||
---|---|---|---|
Line 168: | Line 168: | ||
# cp $HOME/ | # cp $HOME/ | ||
> / | > / | ||
- | </ | ||
- | |||
- | If you want to run the server as a daemon on system boot, it's necessary to remove the pass-phrase from the server1.key file first. | ||
- | |||
- | < | ||
- | # cd / | ||
- | # openssl rsa -in server1.key -out tmp.key | ||
- | # mv tmp.key server1.key | ||
- | # chmod 600 server1.key | ||
</ | </ | ||
Line 898: | Line 889: | ||
fi | fi | ||
</ | </ | ||
+ | |||
+ | An alternate method (albeit less secure) is to remove the passphrase from server1.key file altogether. | ||
+ | |||
+ | < | ||
+ | # cd / | ||
+ | # openssl rsa -in server1.key -out tmp.key | ||
+ | # mv tmp.key server1.key | ||
+ | # chmod 600 server1.key | ||
+ | </ | ||
+ | |||
===== 11. IP Routing ===== | ===== 11. IP Routing ===== |