You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.7 KiB
37 lines
1.7 KiB
|
|
[stonevpn conf] |
|
cacertfile = '@l_prefix@/etc/stonevpn/server.crt' |
|
cakeyfile = '@l_prefix@/etc/stonevpn/server.key' |
|
openvpnconf = '@l_prefix@/etc/stonevpn/server.conf' |
|
ccddir = '@l_prefix@/etc/stonevpn/ccd' |
|
working = '@l_prefix@/var/stonevpn' |
|
opensslconf = '@l_prefix@/etc/openssl/openssl.cnf' |
|
crlfile = '@l_prefix@/etc/stonevpn/stonevpn.crl' |
|
pushrouter = '10.11.12.13' |
|
cipher = 'des3' |
|
prefix = 'example-' |
|
mail_server = '127.0.0.1' |
|
mail_cc = 'hostmaster@example.com' |
|
mail_from = 'stonevpn@example.com' |
|
mail_msg = "Hi EMAILRECIPIENT,<br><br>Attached with this e-mail are the generated configuration file and certificates for use with your VPN connection. PASSPHRASETXT If you have any questions, please contact <a href=mailto:support@example.com>support</a><br><br>Kind regards,<br><br>The Support department." |
|
mail_passtxt = '<br>For security purposes, your key is encrypted with this password:<p><b>OPENSSLPASS</b></p>You will be prompted for this password when establishing a connection.' |
|
daemon = 'daemon' |
|
dev = 'dev stonevpn' |
|
devtype = 'dev-type tap' |
|
ip = 'remote 12.34.56.78' |
|
port = 'port 1194' |
|
mssfix = 'mssfix 1300' |
|
client = 'client' |
|
tlc = 'tls-client' |
|
ca = 'ca @l_prefix@/etc/stonevpn/ca.crt' |
|
cert = 'cert @l_prefix@/etc/stonevpn/client.crt' |
|
key = 'key @l_prefix@/etc/stonevpn/client.key' |
|
lzo = 'comp-lzo' |
|
ping = 'ping 15' |
|
pingrestart = 'ping-restart 45' |
|
pingtimer = 'ping-timer-rem' |
|
persisttun = 'persist-tun' |
|
persistkey = 'persist-key' |
|
verb = 'verb 3' |
|
prot = 'proto tcp' |
|
|
|
|