aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-03-18 17:12:27 -0700
committerBen Pfaff <blp@nicira.com>2010-03-19 15:18:37 -0700
commit1af5bea7f37f74acd9aca5d8f2f15344c8c127dc (patch)
tree693563498c6bcf4c0e16590531035fcda74df39f
parent415f6c0b1c61c4d957e14062ca4cf47a732e9a24 (diff)
docs: Make SSL manpage fragments less specific to OpenFlow.
These manpage fragments are used in OVSDB manpages as well, so their text should try to avoid referring to OpenFlow-specific concepts.
-rw-r--r--lib/ssl-bootstrap.man2
-rw-r--r--lib/ssl.man6
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/ssl-bootstrap.man b/lib/ssl-bootstrap.man
index 178350d9..68e41c01 100644
--- a/lib/ssl-bootstrap.man
+++ b/lib/ssl-bootstrap.man
@@ -14,7 +14,7 @@ for bootstrapping.
.IP
This option is only useful if the SSL peer sends its CA certificate as
part of the SSL certificate chain. The SSL protocol does not require
-the controller to send the CA certificate, but
+the server to send the CA certificate, but
\fBovs\-controller\fR(8) can be configured to do so with the
\fB\-\-peer\-ca\-cert\fR option.
.IP
diff --git a/lib/ssl.man b/lib/ssl.man
index 29e3db04..30c25c9e 100644
--- a/lib/ssl.man
+++ b/lib/ssl.man
@@ -11,10 +11,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.)