mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
openvpn: Add option to download a client package with PEM files
This patch adds the option to download a client package that comes with a regular PEM and key file instead of a PKCS12 file which is easier to use with clients that don't support PKCS12 (like iOS) opposed to converting the file manually. This requires that the connection is created without using a password for the certificate. Then the certificate is already stored in an insecure way. This patch also adds this to the Core Update 95 updater. Fixes: #10966 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> CC: Alexander Marx <alexander.marx@ipfire.org>
This commit is contained in:
@@ -731,6 +731,7 @@
|
||||
'display traffic at home' => 'Berechneten Traffic auf der Startseite anzeigen',
|
||||
'display webinterface effects' => 'Überblendeffekte einschalten',
|
||||
'dl client arch' => 'Client Paket herunterladen (zip)',
|
||||
'dl client arch insecure' => 'Ungesichertes Client-Paket herunterladen (zip)',
|
||||
'dmz' => 'DMZ',
|
||||
'dmz pinhole configuration' => 'Einstellungen des DMZ-Schlupfloches',
|
||||
'dmz pinhole rule added' => 'Regel für DMZ-Schlupfloch hinzugefügt; Starte DMZ-Schlupfloch neu',
|
||||
|
||||
@@ -756,6 +756,7 @@
|
||||
'display traffic at home' => 'Display calculated traffic on startpage',
|
||||
'display webinterface effects' => 'Activate effects',
|
||||
'dl client arch' => 'Download Client Package (zip)',
|
||||
'dl client arch insecure' => 'Download insecure Client Package (zip)',
|
||||
'dmz' => 'DMZ',
|
||||
'dmz pinhole configuration' => 'DMZ pinhole configuration',
|
||||
'dmz pinhole rule added' => 'DMZ pinhole rule added; restarting DMZ pinhole',
|
||||
|
||||
Reference in New Issue
Block a user