mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Merge pull request #19 from RaspAP/zbchristian-mods-openvpn
Allow to configure OpenVPN with a client certificate
This commit is contained in:
Binary file not shown.
@@ -728,6 +728,36 @@ msgstr "Cancel"
|
||||
msgid "Enable this option to log <code>openvpn</code> activity."
|
||||
msgstr "Enable this option to log <code>openvpn</code> activity."
|
||||
|
||||
msgid "Authentification Method"
|
||||
msgstr "Authentification Method"
|
||||
|
||||
msgid "Username and password"
|
||||
msgstr "Username and password"
|
||||
|
||||
msgid "Certificates"
|
||||
msgstr "Certificates"
|
||||
|
||||
msgid "Enter username and password"
|
||||
msgstr "Enter username and password"
|
||||
|
||||
msgid "Certificates in the configuration file"
|
||||
msgstr "Certificates in the configuration file"
|
||||
|
||||
msgid "RaspAP supports certificates by including them in the configuration file."
|
||||
msgstr "RaspAP supports certificates by including them in the configuration file."
|
||||
|
||||
msgid "Signing certification authority (CA) certificate (e.g. <code>ca.crt</code>): enclosed in <code><ca> ... </ca></code> tags."
|
||||
msgstr "Signing certification authority (CA) certificate (e.g. <code>ca.crt</code>): enclosed in <code><ca> ... </ca></code> tags."
|
||||
|
||||
msgid "Client certificate (public key) (e.g. <code>client.crt</code>): enclosed in <code><cert> ... </cert></code> tags."
|
||||
msgstr "Client certificate (public key) (e.g. <code>client.crt</code>): enclosed in <code><cert> ... </cert></code> tags."
|
||||
|
||||
msgid "Private key of the client certificate (e.g. <code>client.key</code>): enclosed in <code><key> ... </key></code> tags."
|
||||
msgstr "Private key of the client certificate (e.g. <code>client.key</code>): enclosed in <code><key> ... </key></code> tags."
|
||||
|
||||
msgid "Configuration File"
|
||||
msgstr "Configuration File"
|
||||
|
||||
#: includes/torproxy.php
|
||||
msgid "TOR is not running"
|
||||
msgstr "TOR is not running"
|
||||
|
Reference in New Issue
Block a user