-
-
Notifications
You must be signed in to change notification settings - Fork 44
Installation
GitHub Action edited this page Oct 29, 2023
·
13 revisions
DEB/RPM packages are available at https://github.com/jkroepke/openvpn-auth-oauth2/releases/latest
- Download package
- Install it with command below:
For Ubuntu:
sudo dpkg -i <package_file>.debFor Centos:
sudo yum localinstall <package_file>.rpmGo to https://github.com/jkroepke/openvpn-auth-oauth2/releases/latest and download the binary to the openvpn server.
To build project you need Golang and Make installed.
make build
Move openvpn-auth-oauth2 binary to /usr/bin/.
This wiki is synced with the docs folder from the code repository! To improve the wiki, create a pull request against the code repository with the suggested changes.