Giter VIP home page Giter VIP logo

Comments (2)

ordex avatar ordex commented on June 18, 2024

OpenVPN authenticates users by using the X509 / PKI logic.
This means that as long as the clients owns a valid cert/key that is signed by your CA it will always be able to connect, regardelss of you deleting your local copy of its key/cert.

In the PKI world, if you want to invalidate a certificate, you must revoke it by publishing it on the CRL.
So you must create a CRL containing the user certificate ID.

Did you use easy-rsa to create your PKI?
If yes, then easy-rsa should be able to help you revoking a cert and creating a CRL.

Once you have created the CRL, you have to feed it to the server via the crl-verify directive.

from openvpn.

ordex avatar ordex commented on June 18, 2024

Closing this issue as this is not a software bug, but rather a request for help.
For further discussions please also visit the OpenVPN forum or the IRC channel.

This platform is only for bug tracking.

from openvpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.