diff options
author | jim-p <jimp@pfsense.org> | 2014-09-23 12:08:58 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-09-23 12:08:58 -0400 |
commit | 73b8c1623bfada61551e8d8cb996f2e611b10240 (patch) | |
tree | 2d97c7b563ef19727de6d18e9ac59bf2d53f5564 | |
parent | bdbb4dba63f2a135276a7980d5e75dfc4bb83607 (diff) | |
download | pfsense-73b8c1623bfada61551e8d8cb996f2e611b10240.zip pfsense-73b8c1623bfada61551e8d8cb996f2e611b10240.tar.gz |
Add a note clarifying the usage of OpenVPN's Auth Digest setting.
-rw-r--r-- | usr/local/www/vpn_openvpn_client.php | 1 | ||||
-rw-r--r-- | usr/local/www/vpn_openvpn_server.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php index 3be3a5e..ed2dc65 100644 --- a/usr/local/www/vpn_openvpn_client.php +++ b/usr/local/www/vpn_openvpn_client.php @@ -853,6 +853,7 @@ if ($savemsg) </option> <?php endforeach; ?> </select> + <br /><?PHP echo gettext("NOTE: Leave this set to SHA1 unless the server is set to match. SHA1 is the default for OpenVPN."); ?> </td> </tr> <tr id="engine"> diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php index 345a861..98ad956 100644 --- a/usr/local/www/vpn_openvpn_server.php +++ b/usr/local/www/vpn_openvpn_server.php @@ -1097,6 +1097,7 @@ if ($savemsg) </option> <?php endforeach; ?> </select> + <br /><?PHP echo gettext("NOTE: Leave this set to SHA1 unless all clients are set to match. SHA1 is the default for OpenVPN."); ?> </td> </tr> <tr id="engine"> |