From: Ben Pfaff Date: Wed, 23 Feb 2011 00:57:51 +0000 (-0800) Subject: ovs-vsctl: --bootstrap only has an effect if the ca cert is missing. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a09c8aa9577d0d099eb5bbcb5ef69800e9e6f0;p=openvswitch ovs-vsctl: --bootstrap only has an effect if the ca cert is missing. Someone (I can't remember who) asked me about this a while ago. I hope this clarifies. --- diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index 94e0c7ca..c0143c76 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -429,7 +429,8 @@ below. .ST "CA Certificate Bootstrap" .PP Ordinarily, all of the files named in the SSL configuration must exist -when \fBovs\-vswitchd\fR starts. However, if the \fB\-\-bootstrap\fR +when \fBovs\-vswitchd\fR starts. However, if the \fIca-cert\fR file +does not exist and the \fB\-\-bootstrap\fR option is given, then \fBovs\-vswitchd\fR will attempt to obtain the CA certificate from the controller on its first SSL connection and save it to the named PEM file. If it is successful, it will