Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I infrastructure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 79
    • Issues 79
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mainmain
  • infrastructure
  • Issues
  • #197
Closed
Open
Issue created Jun 10, 2020 by Loïc Dachary@papiOwner

VPN revocation

      cd /etc/openvpn/easy-rsa
  ./easyrsa --batch revoke  prenom
  ./easyrsa --batch revoke  prenom-mobile
  ./easyrsa gen-crl
  cp /etc/openvpn/easy-rsa/pki/crl.pem /etc/openvpn/crl.pem
  systemctl restart openvpn

The line

        crl-verify crl.pem

must be added to /etc/openvpn/server.conf

This should be done with the retired list of names in the openvpn role variables

Edited Jul 25, 2020 by Loïc Dachary
Assignee
Assign to
Time tracking