forked from a-schild/webmin-openvpn-debian-jessie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (17 loc) · 908 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is basically the 3.1 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/68b32/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/68b32/webmin-openvpn-debian-jessie/raw/master/openvpn.wbm.gz
- Click "Install Module"