https://github.com/a-schild/webmin-openvpn-debian-jessie
OpenVPN plugin for Webmin
https://github.com/a-schild/webmin-openvpn-debian-jessie
openvpn openvpn-configuration webmin
Last synced: about 1 year ago
JSON representation
OpenVPN plugin for Webmin
- Host: GitHub
- URL: https://github.com/a-schild/webmin-openvpn-debian-jessie
- Owner: a-schild
- Created: 2016-10-24T13:25:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T10:20:31.000Z (over 5 years ago)
- Last Synced: 2025-07-02T20:43:39.307Z (about 1 year ago)
- Topics: openvpn, openvpn-configuration, webmin
- Language: Perl
- Homepage:
- Size: 1.69 MB
- Stars: 38
- Watchers: 10
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the 3.3 version of the OpenVPN plugin for webmin.
Since the original development does not use a VCS i try to import new versions once in a while into this repository.
# Dev & Build
After doing changes, build module package by simply using tar
$ git clone https://github.com/a-schild/webmin-openvpn-debian-jessie.git .
$ ... apply your changes in openvpn/*
$ tar -cvzf openvpn.wbm.gz openvpn/
# Install
If you have a previous version running, remove it first:
- Login to Webmin interface
- Webmin > Webmin Configuration > Webmin Modules > Delete > OpenVPN + CA
- Remove the module configuration from /etc/webmin/openvpn/config
Now install the patched version:
- Login to Webmin interface.
- Webmin > Webmin Configuration > Webmin Modules > Install
- Click "From ftp or http URL"
- https://github.com/a-schild/webmin-openvpn-debian-jessie/raw/master/openvpn.wbm.gz
- Click "Install Module"