1 .TH ovs-switch-setup 8 "June 2008" "Open vSwitch" "Open vSwitch Manual"
4 ovs\-switch\-setup \- interactive setup for Open vSwitch switch
10 The \fBovs\-switch\-setup\fR program is an interactive program that
11 assists the system administrator in configuring an Open vSwitch switch,
12 including the underlying public key infrastructure (PKI).
15 ovs\-switch\-setup does not accept any command-line options.
18 .IP /etc/default/openvswitch-switch
19 Main configuration file for Open vSwitch switch.
21 .IP /etc/openvswitch/cacert.pem
22 Default location of CA certificate for OpenFlow controllers.
24 .IP /etc/openvswitch/of0-cert.pem
25 Default location of certificate for the Open vSwitch switch's private key.
27 .IP /etc/openvswitch/of0-privkey.pem
28 Default location of the Open vSwitch switch's private key. This file
29 should be readable only by \fBroot\fR.
31 .IP /etc/openvswitch/of0-req.pem
32 Default location of certificate request for the Open vSwitch switch's
33 certificate. This file is not used after the signed certificate
34 (typically \fB/etc/openvswitch/of0-cert.pem\fR, above) has been
35 obtained from the OpenFlow PKI server.