X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fssl.man;h=63f56d5ff481dd29764ee14a8893a42d0cb91134;hb=26ad129e69fc7c800630dbd541dc2dcc8150c3a4;hp=29e3db04fccf6887735f84cd750f10248e3436d2;hpb=a9b4a41ae4608eec6c700b3c50e450c07581d4a8;p=openvswitch diff --git a/lib/ssl.man b/lib/ssl.man index 29e3db04..63f56d5f 100644 --- a/lib/ssl.man +++ b/lib/ssl.man @@ -1,4 +1,8 @@ -.SS "Public Key Infrastructure Options" +.de IQ +. br +. ns +. IP "\\$1" +.. .IP "\fB\-p\fR \fIprivkey.pem\fR" .IQ "\fB\-\-private\-key=\fIprivkey.pem\fR" Specifies a PEM file containing the private key used as \fB\*(PN\fR's @@ -11,10 +15,10 @@ private key specified on \fB\-p\fR or \fB\-\-private\-key\fR to be trustworthy. The certificate must be signed by the certificate authority (CA) that the peer in SSL connections will use to verify it. . -.IP "\fB\-C\fR \fIswitch\-cacert.pem\fR" -.IQ "\fB\-\-ca\-cert=\fIswitch\-cacert.pem\fR" +.IP "\fB\-C\fR \fIcacert.pem\fR" +.IQ "\fB\-\-ca\-cert=\fIcacert.pem\fR" Specifies a PEM file containing the CA certificate that \fB\*(PN\fR 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 -beq a different one, depending on the PKI design in use.) +be a different one, depending on the PKI design in use.)