Revision 30f56eff
Added by Stilez y almost 9 years ago
src/usr/local/www/wizards/openvpn_wizard.xml | ||
---|---|---|
367 | 367 |
<field> |
368 | 368 |
<name>keylength</name> |
369 | 369 |
<displayname>Key length</displayname> |
370 |
<description><br/>Size of the key which will be generated. The larger the key, the more security it offers, but larger keys are slower to generate and at the start of a session. As of 2016, 2048 bit is the minimum and most common selection and 4096 is the maximum in common use. For more information see <a href="https://keylength.com">keylength.com</a></description>
|
|
370 |
<description><br/>Size of the key which will be generated. The larger the key, the more security it offers, but larger keys take considerably more time to generate, and take slightly longer to validate leading to a slight slowdown in setting up new sessions (not always noticeable). As of 2016, 2048 bit is the minimum and most common selection and 4096 is the maximum in common use. For more information see <a href="https://keylength.com">keylength.com</a></description>
|
|
371 | 371 |
<type>select</type> |
372 | 372 |
<value>2048</value> |
373 | 373 |
<bindstofield>ovpnserver->step6->keylength</bindstofield> |
Also available in: Unified diff
Self correcting - poor english
(cherry picked from commit b56769c30a23af9f575ee4a5f056558ef8322f95)