diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-12 08:36:00 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-12 08:36:00 +0000 |
commit | f19f12c8b90bfefc716c6e359bc10ab1a53c74d8 (patch) | |
tree | 4e1f3b6b906bab2e1a2efa1dcb1862917c745f25 /openvpn.8 | |
parent | Merged --remote-cert-ku, --remote-cert-eku, and (diff) | |
download | openvpn-f19f12c8b90bfefc716c6e359bc10ab1a53c74d8.tar.xz |
Fixed minor typos in --remote-cert-* documentation.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@798 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | openvpn.8 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 a 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 a 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 |