summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-06-05 15:15:41 +0200
committerArne Schwabe <arne@rfc2549.org>2013-06-05 15:15:41 +0200
commitd1f3e24621dcd5404fd9af7d9214c5ff2a07d438 (patch)
treee266f7a1f15919997e7c8dee39d01241d24ad6c9
parentf613db173c88b1d42503eb75f70f98486ee40e95 (diff)
Make a bit more clear what kind of remote certificate is expected (closes issue #165)
-rwxr-xr-xres/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c77f079c..2428cb1e 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -60,8 +60,8 @@
<string name="title_cancel">Cancel Confirmation</string>
<string name="cancel_connection_query">Disconnect the connected VPN/cancel the connection attempt?</string>
<string name="remove_vpn">Remove VPN</string>
- <string name="check_remote_tlscert">Checks whether the server uses a TLS Server Certificate</string>
- <string name="check_remote_tlscert_title">Except TLS Server</string>
+ <string name="check_remote_tlscert">Checks whether the server uses a certificate with TLS Server extensions (-remote-cert-tls server)</string>
+ <string name="check_remote_tlscert_title">Expect TLS server certificate</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 (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\nWhen using RDN prefix \"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>