]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed minor typos in --remote-cert-* documentation.
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 12 Nov 2005 08:36:00 +0000 (08:36 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sat, 12 Nov 2005 08:36:00 +0000 (08:36 +0000)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@798 e7ae566f-a301-0410-adde-c780ea21d3b5

openvpn.8
options.c

index 7d145242b64f16b1aff104d6d6553d4c97e2ec67..93b1a052377fc90a744b15726ad812cc3c343e34 100644 (file)
--- a/openvpn.8
+++ b/openvpn.8
@@ -4051,8 +4051,8 @@ or
 Require that peer certificate was signed with an explicit
 .B key usage.
 
-This is useful security option for clients, to ensure that
-the host they connect with is a designated server.
+This is useful security option for clients, to ensure that
+the host they connect to is a designated server.
 
 The key usage should be encoded in hex, more than one key
 usage can be specified.
@@ -4062,8 +4062,8 @@ usage can be specified.
 Require that peer certificate was signed with an explicit
 .B extended key usage.
 
-This is useful security option for clients, to ensure that
-the host they connect with is a designated server.
+This is useful security option for clients, to ensure that
+the host they connect to is a designated server.
 
 The extended key usage should be encoded in oid notation, or
 OpenSSL symbolic representation.
@@ -4077,7 +4077,7 @@ and
 based on TLS rules.
 
 This is a useful security option for clients, to ensure that
-the host they connect with is a designated server.
+the host they connect to is a designated server.
 
 The
 .B --remote-cert-tls client
index 97fb13066510993bb1cf00c57013046532ee504f..6cca83730532a18ce451317f09c62a4bf3a85c21 100644 (file)
--- a/options.c
+++ b/options.c
@@ -469,7 +469,7 @@ static const char usage_message[] =
   "                  value should be given in hex format.\n"
   "--remote-cert-eku oid : Require that the peer certificate was signed with\n"
   "                  explicit extended key usage. Extended key usage can be encoded\n"
-  "                  as on object identifier or OpenSSL string representation.\n"
+  "                  as an object identifier or OpenSSL string representation.\n"
   "--remote-cert-tls t: Require that peer certificate was signed with explicit\n"
   "                  key usage and extended key usage based on TLS rules.\n"
   "                  t = 'client | 'server'.\n"