mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
OpenVPN: Clarify fundamental crypto errors but also warnings in WUI
Since OpenVPN-2.4.x, a lot of changes has been introduced. This patch should help the users for better understanding of errors in the cryptography. It includes also potential warnings for upcoming changes and needed adjustments in the system. This can also be extended in the future for upcoming configuration changes. Signed-off-by: Erik Kapfer <erik.kapfer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
8ae4010b31
commit
15a3aa45cf
@@ -682,6 +682,8 @@
|
||||
'credits' => 'Credits',
|
||||
'crl' => 'Certificate Revocation List',
|
||||
'cron server' => 'CRON Server',
|
||||
'crypto error' => 'Cryptographic error',
|
||||
'crypto warning' => 'Cryptographic warning',
|
||||
'current' => 'Current',
|
||||
'current aliases' => 'Current aliases',
|
||||
'current class' => 'Current class',
|
||||
@@ -1850,6 +1852,8 @@
|
||||
'ovpn engines' => 'Crypto engine',
|
||||
'ovpn errmsg green already pushed' => 'Route for green network is always set',
|
||||
'ovpn errmsg invalid ip or mask' => 'Invalid network-address or subnetmask',
|
||||
'ovpn error dh' => 'The Diffie-Hellman parameter needs to be in minimum 2048 bit! <br>Please generate or upload a new Diffie-Hellman parameter, this can be made below in the section "Diffie-Hellman parameters options".</br>',
|
||||
'ovpn error md5' => 'You host certificate uses MD5 for the signature which is not accepted anymore. <br>Please update to the latest IPFire version and generate a new root and host certificate.</br><br>All OpenVPN clients needs then to be renewed!</br>',
|
||||
'ovpn generating the root and host certificates' => 'Generating the root and host certifictae can take a long time.',
|
||||
'ovpn ha' => 'Hash algorithm',
|
||||
'ovpn hmac' => 'HMAC options',
|
||||
@@ -1874,6 +1878,7 @@
|
||||
'ovpn subnet' => 'OpenVPN subnet:',
|
||||
'ovpn subnet is invalid' => 'OpenVPN subnet is invalid.',
|
||||
'ovpn subnet overlap' => 'OpenVPN Subnet overlaps with : ',
|
||||
'ovpn warning rfc3280' => 'Your host certificate is not RFC3280 compliant. <br>Please update to the latest IPFire version and generate as soon as possible a new root and host certificate.</br><br>All OpenVPN clients needs then to be renewed!</br>',
|
||||
'ovpn_fastio' => 'Fast-IO',
|
||||
'ovpn_mssfix' => 'MSSFIX Size',
|
||||
'ovpn_mtudisc' => 'MTU-Discovery',
|
||||
|
||||
Reference in New Issue
Block a user