|
3 | 3 | usage: openvpn-admin [<flags>]
|
4 | 4 |
|
5 | 5 | Flags:
|
6 |
| - --help Show context-sensitive help (also try --help-long and --help-man). |
7 |
| - --listen.host="0.0.0.0" host(s) for openvpn-admin |
8 |
| - --listen.port="8080" port for openvpn-admin |
9 |
| - --role="master" server role master or slave |
10 |
| - --master.host="http://127.0.0.1" url for master server |
11 |
| - --master.basic-auth.user="" user for basic auth on master server url |
12 |
| - --master.basic-auth.password="" password for basic auth on master server url |
13 |
| - --master.sync-frequency=600 master host data sync frequency in seconds. |
14 |
| - --master.sync-token=TOKEN master host data sync security token |
15 |
| - --ovpn.host=HOST:PORT ... host for openvpn server |
16 |
| - --ovpn.network="172.16.100.0/24" network for openvpn server |
17 |
| - --mgmt.host="127.0.0.1" host for openvpn server mgmt interface |
18 |
| - --mgmt.port="8989" port for openvpn server mgmt interface |
19 |
| - --easyrsa.path="/mnt/easyrsa" path to easyrsa dir |
| 6 | + --help Show context-sensitive help (also try --help-long and --help-man). |
| 7 | + --listen.host="0.0.0.0" host for openvpn-admin |
| 8 | + --listen.port="8080" port for openvpn-admin |
| 9 | + --role="master" server role master or slave |
| 10 | + --master.host="http://127.0.0.1" |
| 11 | + url for master server |
| 12 | + --master.basic-auth.user="" user for basic auth on master server url |
| 13 | + --master.basic-auth.password="" |
| 14 | + password for basic auth on master server url |
| 15 | + --master.sync-frequency=600 master host data sync frequency in seconds. |
| 16 | + --master.sync-token=TOKEN master host data sync security token |
| 17 | + --ovpn.server=HOST:PORT ... host(s) for openvpn server |
| 18 | + --ovpn.network="172.16.100.0/24" |
| 19 | + network for openvpn server |
| 20 | + --mgmt=main=127.0.0.1:8989 ... |
| 21 | + comma separated (alias=address) for openvpn servers mgmt interfaces |
| 22 | + --metrics.path="/metrics" URL path for surfacing collected metrics |
| 23 | + --easyrsa.path="/mnt/easyrsa" path to easyrsa dir |
20 | 24 | --easyrsa.index-path="/mnt/easyrsa/pki/index.txt"
|
21 |
| - path to easyrsa index file. |
22 |
| - --ccd.path="/mnt/ccd" path to client-config-dir |
23 |
| - --static.path="./static" path to static dir |
24 |
| - --debug Enable debug mode. |
| 25 | + path to easyrsa index file. |
| 26 | + --ccd.path="/mnt/ccd" path to client-config-dir |
| 27 | + --auth.password Enable additional password authorization. |
| 28 | + --auth.db="/mnt/easyrsa/pki/users.db" |
| 29 | + Database path fort password authorization. |
| 30 | + --static.path="./static" path to static dir |
| 31 | + --debug Enable debug mode. |
| 32 | + --verbose Enable verbose mode. |
| 33 | + --version Show application version. |
| 34 | +
|
25 | 35 | ```
|
0 commit comments