diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-08 14:12:04 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-08 14:12:04 +0100 |
commit | 2dc46e64c7ce808e2d052a4f78cc724cfb54535a (patch) | |
tree | c8a5407ee2d1f71287ac76ad02ad52924fd4b692 /res/values | |
parent | b38cae44de5aed8d436c19301c4fb4a390128569 (diff) |
Enhance/fix --verify-x509-name support
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7d35c20d..dd36c46e 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -65,7 +65,7 @@ <string name="check_remote_tlscert_title">Except TLS Server</string> <string name="remote_tlscn_check_summary">Checks the Remote Server Certificate Subject DN</string> <string name="remote_tlscn_check_title">Certificate Hostname Check</string> - <string name="enter_tlscn_dialog">Specify the check used to verify the remote certificate DN\n\Specify the complete DN (e.g. C=DE, L=Paderborn, OU=Avian IP Carriers, CN=openvpn.blinkt.de) or the RDN (openvpn.blinkt.de in the DN example) or an RDN prefix for verification.\n\nRDN prefix will use prefix matching. \"Server\" matches \"Server-1\" and \"Server-2\"\nLeaving the text field empty will check the RDN against the server hostname.\nFor more details see the OpenVPN 2.3.1+ manpage under --verify-x509-name</string> + <string name="enter_tlscn_dialog">Specify the check used to verify the remote certificate DN (e.g. C=DE, L=Paderborn, OU=Avian IP Carriers, CN=openvpn.blinkt.de)\n\nSpecify the complete DN or the RDN (openvpn.blinkt.de in the example) or an RDN prefix for verification.\n\nRDN prefix will use prefix matching. \"Server\" matches \"Server-1\" and \"Server-2\"\n\nLeaving the text field empty will check the RDN against the server hostname.\n\nFor more details see the OpenVPN 2.3.1+ manpage under —verify-x509-name</string> <string name="enter_tlscn_title">Remote certificate subject</string> <string name="tls_key_auth">Enables the TLS Key Authentication</string> <string name="tls_auth_file">TLS Auth File</string> @@ -272,5 +272,9 @@ <string name="add">Add</string> <string name="send_config">Send config file</string> <string name="complete_dn">Complete DN</string> + <string name="remotetlsnote">Your imported configuration used the old DEPRECATED tls-remote option which uses a different DN format.</string> + <string name="rdn">RDN (common name)</string> + <string name="rdn_prefix">RDN prefix</string> + <string name="tls_remote_deprecated">tls-remote (DEPRECATED)</string> </resources>
\ No newline at end of file |