summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 806eb9d..19a9609 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -65,7 +65,7 @@ require("guiconfig.inc");
require_once("openvpn.inc");
require_once("pkg-utils.inc");
-$pgtitle = array(gettext("OpenVPN"), gettext("Client"));
+$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Client"));
$shortcut_section = "openvpn";
if (!is_array($config['openvpn']['openvpn-client'])) {
@@ -616,11 +616,13 @@ if($act=="new" || $act=="edit") :
$pconfig['shared_key']
))->setHelp('Paste your shared key here');
+ $cl = openvpn_build_cert_list(true);
+
$section->addInput(new Form_Select(
'certref',
'Client Certificate',
$pconfig['certref'],
- openvpn_build_cert_list(true)
+ $cl['server']
));
$section->addInput(new Form_Select(
OpenPOWER on IntegriCloud