equal
deleted
inserted
replaced
13 In this article, I will show you how I created a routed VPN using OpenVPN. In |
13 In this article, I will show you how I created a routed VPN using OpenVPN. In |
14 this network, multiple clients can attach to the server, each of which has |
14 this network, multiple clients can attach to the server, each of which has |
15 access to the network attached to the server. Each client can also contact any |
15 access to the network attached to the server. Each client can also contact any |
16 other client, subject to firewall rules. |
16 other client, subject to firewall rules. |
17 |
17 |
|
18 Revoke/Unrevoke a client certificate in OpenVPN |
|
19 http://blog.abhijeetr.com/2012/06/revokeunrevoke-client-certificate-in.html |
|
20 |
|
21 cname is the one which you want to disable: |
|
22 ./revoke-all cname |
|
23 |
|
24 edit the server.conf & add the following line: |
|
25 crl-verify crl.pem |
|
26 |
|
27 ovpnCNcheck — an OpenVPN tls-verify script |
|
28 http://robert.penz.name/21/ovpncncheck-an-openvpn-tls-verify-script/ |
|
29 http://robert.penz.name/wp-content/uploads/2008/01/ovpncncheck.sh |