From 0930bd0184d581ef34814e729355fc98edbe9050 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 6 Apr 2011 19:41:52 -0400 Subject: [PATCH] Make the default openvpn cert authority message a bit relaxed and let user know about the wizard option as well --- usr/local/www/vpn_openvpn_server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php index cc38e65ad5..aace1a20b5 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 Certificate Manager to make one."; + $savemsg .= "You have no Certificate Authorities defined. You can visit the Certificate Manager or use the Wizard. to create one. "; if (count($a_cert) == 0) $savemsg .= "
You have no Certificates defined. You must visit the Certificate Manager to make one.";