-
-
Notifications
You must be signed in to change notification settings - Fork 27
Installation
GitHub Action edited this page Feb 23, 2024
·
6 revisions
This document provides detailed instructions on how to install openvpn-auth-oauth2
.
We provide DEB/RPM packages for Linux distributions. You can download the latest package from our releases page.
- Download the DEB package from the releases page.
- Open a terminal.
- Navigate to the directory where you downloaded the package.
- Install the package using the following command:
sudo dpkg -i <package_file>.deb
Replace <package_file>
with the name of the downloaded file.
- Download the DEB package from the releases page.
- Open a terminal.
- Navigate to the directory where you downloaded the package.
- Install the package using the following command:
sudo yum localinstall <package_file>.rpm
Replace <package_file>
with the name of the downloaded file.
If you prefer to build the binary yourself, follow these steps:
- Ensure you have golang and Make installed on your system.
- Download the source code from our releases page.
- Open a terminal.
- Navigate to the directory where you downloaded the source code.
- Build the binary using the following command:
This will create a binary file named openvpn-auth-oauth2.
make build
- Move the
openvpn-auth-oauth2
binary to /usr/bin/ using the following command:sudo mv openvpn-auth-oauth2 /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.