diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-04-06 19:41:52 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-04-06 19:41:52 -0400 |
commit | 0930bd0184d581ef34814e729355fc98edbe9050 (patch) | |
tree | 47aa5aa660e553f8d3891233b03ad235e8ab9cab | |
parent | 87bb66af3e5b88b6ff4c870ecbdae0820497255d (diff) | |
download | pfsense-0930bd0184d581ef34814e729355fc98edbe9050.zip pfsense-0930bd0184d581ef34814e729355fc98edbe9050.tar.gz |
Make the default openvpn cert authority message a bit relaxed and let user know about the wizard option as well
-rw-r--r-- | usr/local/www/vpn_openvpn_server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php index cc38e65..aace1a2 100644 --- a/usr/local/www/vpn_openvpn_server.php +++ b/usr/local/www/vpn_openvpn_server.php @@ -563,7 +563,7 @@ function netbios_change() { if (!$savemsg) $savemsg = ""; if (count($a_ca) == 0) - $savemsg .= "You have no Certificate Authorities defined. You must visit the <a href=\"system_camanager.php\">Certificate Manager</a> to make one."; + $savemsg .= "You have no Certificate Authorities defined. You can visit the <a href=\"system_camanager.php\">Certificate Manager or use the <a href=\"wizard.php?xml=openvpn_wizard.xml\">Wizard.</a> to create one. "; if (count($a_cert) == 0) $savemsg .= "<br/>You have no Certificates defined. You must visit the <a href=\"system_camanager.php\">Certificate Manager</a> to make one."; |