|
|
Hi, have you generated a crl for your cert authority ? If so, you should revoke the user certificate using "openssl revoke usercert.pem". If you dont have a crl yet, create it with "openssl ca -gencrl -out crl.pem, then you must add the following line to your server config. crl-verify $PATH/crl.pem Cheers El vie, 04-02-2005 a las 03:33 -0500, Francois Meehan escribió: > Hi all, > > With version 2 in multi-clients server mode, how do you revoke access to > users that we have created certificates for? > > Thanks in advance, > > Francois > > > Random Thought: > --------------- > The advertisement is the most truthful part of a newspaper. > -- Thomas Jefferson > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Openvpn-users mailing list > Openvpn-users@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/openvpn-users > ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |