summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/openvpn_wizard.xml
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-18 12:49:48 +0000
committerErmal <eri@pfsense.org>2010-03-18 12:49:48 +0000
commit47aa4fc48cc02ead267a3e0586c884e349966a7c (patch)
treee04281d38222293d20046aa5eac6277410e3f9e1 /usr/local/www/wizards/openvpn_wizard.xml
parentdb67053af0da5e1ceebc60a3d5435a53bcec353f (diff)
downloadpfsense-47aa4fc48cc02ead267a3e0586c884e349966a7c.zip
pfsense-47aa4fc48cc02ead267a3e0586c884e349966a7c.tar.gz
Merge common name fields with descriptive name. Default to 3650 days of lifetime and 2048 bits key length.
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.xml')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.xml19
1 files changed, 5 insertions, 14 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml
index 86ce1c2..01b0f9e 100644
--- a/usr/local/www/wizards/openvpn_wizard.xml
+++ b/usr/local/www/wizards/openvpn_wizard.xml
@@ -318,6 +318,7 @@
<field>
<name>name</name>
<displayname>Descriptive name</displayname>
+ <description>This is the same as common-name for Certificates</description>
<type>input</type>
<bindstofield>ovpnserver->step6->certca</bindstofield>
</field>
@@ -325,6 +326,7 @@
<name>keylength</name>
<displayname>Key length</displayname>
<type>select</type>
+ <value>2048</value>
<bindstofield>ovpnserver->step6->keylength</bindstofield>
<options>
<option>
@@ -350,6 +352,7 @@
<displayname>Lifetime</displayname>
<type>input</type>
<size>10</size>
+ <value>3650</value>
<description>Lifetime in days</description>
<bindstofield>ovpnserver->step6->lifetime</bindstofield>
</field>
@@ -389,13 +392,6 @@
<bindstofield>ovpnserver->step6->email</bindstofield>
</field>
<field>
- <name>cn</name>
- <displayname>Common name</displayname>
- <type>input</type>
- <size>20</size>
- <bindstofield>ovpnserver->step6->cn</bindstofield>
- </field>
- <field>
<name>Add new CA</name>
<type>submit</type>
</field>
@@ -451,6 +447,7 @@
<name>keylength</name>
<displayname>Key length</displayname>
<type>select</type>
+ <value>2048</value>
<bindstofield>ovpnserver->step9->keylength</bindstofield>
<options>
<option>
@@ -476,6 +473,7 @@
<displayname>Lifetime</displayname>
<type>input</type>
<size>10</size>
+ <value>3650</value>
<description>Lifetime in days</description>
<bindstofield>ovpnserver->step9->lifetime</bindstofield>
</field>
@@ -515,13 +513,6 @@
<bindstofield>ovpnserver->step9->email</bindstofield>
</field>
<field>
- <name>cn</name>
- <displayname>Common name</displayname>
- <type>input</type>
- <size>20</size>
- <bindstofield>ovpnserver->step9->cn</bindstofield>
- </field>
- <field>
<name>Create new Certificate</name>
<type>submit</type>
</field>
OpenPOWER on IntegriCloud