X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fssl.man;h=5f0215c01fbe866ead5e34cf744b29255287d361;hb=003ce655b7116d18c86a74c50391e54990346931;hp=63f56d5ff481dd29764ee14a8893a42d0cb91134;hpb=2da0385d1f57fe00977d2e58022b3f9a6604192e;p=sliver-openvswitch.git diff --git a/lib/ssl.man b/lib/ssl.man index 63f56d5ff..5f0215c01 100644 --- a/lib/ssl.man +++ b/lib/ssl.man @@ -22,3 +22,9 @@ should use to verify certificates presented to it by SSL peers. (This may be the same certificate that SSL peers use to verify the certificate specified on \fB\-c\fR or \fB\-\-certificate\fR, or it may be a different one, depending on the PKI design in use.) +. +.IP "\fB\-C none\fR" +.IQ "\fB\-\-ca\-cert=none\fR" +Disables verification of certificates presented by SSL peers. This +introduces a security risk, because it means that certificates cannot +be verified to be those of known trusted hosts.