summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-04-08 12:40:49 -0700
committerBen Pfaff <blp@nicira.com>2011-04-29 14:32:00 -0700
commit2401d853a400babaa2c7254851e751d3db9af8cb (patch)
tree8f74d6fb920e05457b4b9767e74413a92e58af41
parent4896c8a0d7e7f6edd1995b81f0f9868ac953a485 (diff)
downloadopenvswitch-2401d853a400babaa2c7254851e751d3db9af8cb.tar.gz
INSTALL.Linux: Mention that SSL options require building with SSL support.
Reported-by: Aaron Rosen <arosen@clemson.edu>
-rw-r--r--AUTHORS1
-rw-r--r--INSTALL.Linux3
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 180428af8..38ca1422c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,6 +41,7 @@ The following additional people are mentioned in commit logs as having
provided helpful bug reports or suggestions.
Aaron M. Ucko ucko@debian.org
+Aaron Rosen arosen@clemson.edu
Alex Yip alex@nicira.com
Alexey I. Froloff raorn@altlinux.org
Brad Hall brad@nicira.com
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 0872922dc..8ec82a25a 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -276,6 +276,9 @@ configuration in the database:
--bootstrap-ca-cert=db:SSL,ca_cert \
--pidfile --detach
+(If you built Open vSwitch without SSL support, then omit
+--private-key, --certificate, and --bootstrap-ca-cert.)
+
Then initialize the database using ovs-vsctl. This is only
necessary the first time after you create the database with
ovsdb-tool (but running it at any time is harmless):