summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-04 23:19:45 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-04 23:19:45 -0600
commit75756ab9c8f7da6899be16c2a1a2d206e6e9fd50 (patch)
treebb20ca5d69b125ae5c35ebb62078a9d1c94c8c78 /usr/local/www/wizards
parent1c1fe6662ffc365dc40e46fbea643b65139a6199 (diff)
downloadpfsense-75756ab9c8f7da6899be16c2a1a2d206e6e9fd50.zip
pfsense-75756ab9c8f7da6899be16c2a1a2d206e6e9fd50.tar.gz
use a bit stronger of defaults in OpenVPN wizard
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml
index 00ba904..3233e29 100644
--- a/usr/local/www/wizards/openvpn_wizard.xml
+++ b/usr/local/www/wizards/openvpn_wizard.xml
@@ -661,6 +661,7 @@
<displayname>DH Parameters Length</displayname>
<name>dhparameters</name>
<type>select</type>
+ <value>2048</value>
<bindstofield>ovpnserver->step10->dhkey</bindstofield>
<options>
<option>
@@ -683,13 +684,14 @@
<type>select</type>
<displayname>Encryption Algorithm</displayname>
<bindstofield>ovpnserver->step10->crypto</bindstofield>
+ <value>AES-256-CBC</value>
<options>
<option>
<name>dummy</name>
<value>dummy</value>
</option>
</options>
- <description>&lt;br/&gt;The method used to encrypt traffic between endpoints. This setting must match on the client and server side, but is otherwise set however you like. Certain algorithms will perform better on different hardware, depending on the availability of supported VPN accelerator chips.</description>
+ <description>&lt;br/&gt;The algorithm used to encrypt traffic between endpoints. This setting must match on the client and server side, but is otherwise set however you like. Certain algorithms will perform better on different hardware, depending on the availability of supported VPN accelerator chips.</description>
</field>
<field>
<name>digest</name>
OpenPOWER on IntegriCloud