INSTALL.Linux: Mention that SSL options require building with SSL support.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Apr 2011 19:40:49 +0000 (12:40 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Apr 2011 21:32:00 +0000 (14:32 -0700)
Reported-by: Aaron Rosen <arosen@clemson.edu>
AUTHORS
INSTALL.Linux

diff --git a/AUTHORS b/AUTHORS
index 180428a..38ca142 100644 (file)
--- 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
index 0872922..8ec82a2 100644 (file)
@@ -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):