-
-
Notifications
You must be signed in to change notification settings - Fork 35
Installation
GitHub Action edited this page Dec 28, 2023
·
11 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>.deb
For Centos:
sudo yum localinstall <package_file>.rpm
Go 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.