摘要: 本文出处:http://openvpn.se/files/howto/openvpn-howto_roll_your_own_installation_package-Rev1.1.html下面是E文原版,有空了会翻译给大家IntroductionThe installation package used to install OpenVPN on Windows is created with NSIS (Nullsoft Scriptable Install System), an open source tool. The build process is controlled by a 阅读全文
posted @ 2010-12-08 16:16 fooboo 阅读(1061) 评论(0) 推荐(0)
摘要: 在之前的OpenVPN+CA中已经介绍了使用CA验证登录的方式,详见:http://bbs.chinaunix.net/forum/viewtopic.php?t=503434&show_type=new本文主要介绍使用Username/Password方式验证登录VPN的方法,虽然使用的是User/Pass方式登录,但是在Server端仍然需要证书,这样的VPN和web的HTTPs方式有点类似(不能等同),只需Server端有证书,Client可以不提供自己的证书,Client只需验证Server的合法性即可,所以Client端只需ca.crt(根证书)即可。当然,由于Client不是使用证 阅读全文
posted @ 2010-12-08 16:08 fooboo 阅读(3615) 评论(0) 推荐(0)