diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-24 18:25:38 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-24 18:25:38 +0000 |
commit | 0f4ab654259dc986524a7af2afb64eed09a96d57 (patch) | |
tree | 1effa01acc5f83d3eb7ada7961edc3a64c3d4de3 /openvpn.8 | |
parent | Merged PKCS11 changes from Alon: (diff) | |
download | openvpn-0f4ab654259dc986524a7af2afb64eed09a96d57.tar.xz |
Fixed minor man page formatting issue.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@821 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | openvpn.8 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4082,12 +4082,14 @@ the host they connect to is a designated server. The .B --remote-cert-tls client option is equivalent to -.B --remote-cert-ku 80 08 88 --remote-cert-eku \fB"TLS Web Client Authentication" +.B +--remote-cert-ku 80 08 88 --remote-cert-eku "TLS Web Client Authentication" The .B --remote-cert-tls server option is equivalent to -.B --remote-cert-ku a0 08 --remote-cert-eku \fB"TLS Web Server Authentication" +.B +--remote-cert-ku a0 08 --remote-cert-eku "TLS Web Server Authentication" This is an important security precaution to protect against a man-in-the-middle attack where an authorized client |