branch merge
authorTomas Zeman <tzeman@volny.cz>
Wed, 17 Apr 2013 15:56:02 +0200
changeset 33 89e588e5e724
parent 32 f61233ece253 (diff)
parent 31 2e93f6472911 (current diff)
child 34 11d20ddca9d8
branch merge
--- a/freebsd/openvpn	Mon Mar 25 10:29:26 2013 +0100
+++ b/freebsd/openvpn	Wed Apr 17 15:56:02 2013 +0200
@@ -15,3 +15,15 @@
 access to the network attached to the server. Each client can also contact any
 other client, subject to firewall rules. 
 
+Revoke/Unrevoke a client certificate in OpenVPN
+http://blog.abhijeetr.com/2012/06/revokeunrevoke-client-certificate-in.html
+
+cname is the one which you want to disable:
+./revoke-all cname
+
+edit the server.conf & add the following line:
+crl-verify crl.pem
+
+ovpnCNcheck — an OpenVPN tls-verify script
+http://robert.penz.name/21/ovpncncheck-an-openvpn-tls-verify-script/
+http://robert.penz.name/wp-content/uploads/2008/01/ovpncncheck.sh