aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/openvpn-client-export/openvpn-client-export.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openvpn-client-export/openvpn-client-export.inc b/config/openvpn-client-export/openvpn-client-export.inc
index 15096e6c..a2a59fb0 100755
--- a/config/openvpn-client-export/openvpn-client-export.inc
+++ b/config/openvpn-client-export/openvpn-client-export.inc
@@ -181,7 +181,7 @@ function openvpn_client_export_config($srvid, $usrid, $crtid, $useaddr, $usetoke
if($nokeys == false) {
if ($settings['tls'])
- $conf .= "tls-auth {$prefix}-tls.key\n";
+ $conf .= "tls-auth {$prefix}-tls.key 1\n";
}
// add optional settings
@@ -359,7 +359,7 @@ EOF;
$configfile = "{$tempdir}/config.conf";
$conf .= <<<EOF
cert cert.crt
-tls-auth ta.key
+tls-auth ta.key 1
ca ca.crt
key key.key
EOF;