]> git.proxmox.com Git - mirror_ovs.git/blame - lib/ssl.man
ofp-ed-props: Fix using uninitialized padding for NSH encap actions.
[mirror_ovs.git] / lib / ssl.man
CommitLineData
84ee7bcf
BP
1.IP "\fB\-p\fR \fIprivkey.pem\fR"
2.IQ "\fB\-\-private\-key=\fIprivkey.pem\fR"
3Specifies a PEM file containing the private key used as \fB\*(PN\fR's
4identity for outgoing SSL connections.
a9b4a41a 5.
84ee7bcf
BP
6.IP "\fB\-c\fR \fIcert.pem\fR"
7.IQ "\fB\-\-certificate=\fIcert.pem\fR"
8Specifies a PEM file containing a certificate that certifies the
9private key specified on \fB\-p\fR or \fB\-\-private\-key\fR to be
10trustworthy. The certificate must be signed by the certificate
11authority (CA) that the peer in SSL connections will use to verify it.
a9b4a41a 12.
1af5bea7
BP
13.IP "\fB\-C\fR \fIcacert.pem\fR"
14.IQ "\fB\-\-ca\-cert=\fIcacert.pem\fR"
84ee7bcf
BP
15Specifies a PEM file containing the CA certificate that \fB\*(PN\fR
16should use to verify certificates presented to it by SSL peers. (This
17may be the same certificate that SSL peers use to verify the
18certificate specified on \fB\-c\fR or \fB\-\-certificate\fR, or it may
1af5bea7 19be a different one, depending on the PKI design in use.)
ba104a1e
BP
20.
21.IP "\fB\-C none\fR"
22.IQ "\fB\-\-ca\-cert=none\fR"
23Disables verification of certificates presented by SSL peers. This
24introduces a security risk, because it means that certificates cannot
25be verified to be those of known trusted hosts.