summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-17 22:10:42 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-12-17 12:17:22 -0500
commitec091f773fa178ff2a58b8360066b4fdc36bb8b8 (patch)
tree77e38af3afd9abdecfbf4312dfe61b6328afad60 /src/usr/local/www/vpn_openvpn_client.php
parent41df62c1b6d32245442b59505e065370cd052b59 (diff)
downloadpfsense-ec091f773fa178ff2a58b8360066b4fdc36bb8b8.zip
pfsense-ec091f773fa178ff2a58b8360066b4fdc36bb8b8.tar.gz
Point more directly to Certificate Revocation page
This could point more directly to the Certificate Revocation page.
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index bc3d533..5430f69 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -603,7 +603,7 @@ if ($act=="new" || $act=="edit"):
} else {
$section->addInput(new Form_StaticText(
'Peer Certificate Revocation list',
- sprintf('No Certificate Revocation Lists defined. You may create one here: %s', '<a href="system_camanager.php">System &gt; Cert Manager</a>')
+ sprintf('No Certificate Revocation Lists defined. You may create one here: %s', '<a href="system_crlmanager.php">System &gt; Cert Manager &gt; Certificate Revocation</a>')
));
}
OpenPOWER on IntegriCloud