Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 375 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 375 Bytes

DegoNet OpenVPN Server Configuration

Setup

  • Setup certificate folder
mkdir certs
  • Generate certificate authority
bash setup-certs.sh
  • Compile authentication file
cd auth
cp .env.example .env
composer install --no-dev
composer run build
cd .. && chmod +x auth.phar
  • Run OpenVPN Server
sudo openvpn server.conf