Debian: openswitch-dbg should depend on the packages it has debugging symbols for
[sliver-openvswitch.git] / debian / ovs-switch-setup.8
1 .TH ovs\-switch\-setup 8 "June 2008" "Open vSwitch" "Open vSwitch Manual"
2
3 .SH NAME
4 ovs\-switch\-setup \- interactive setup for Open vSwitch switch
5
6 .SH SYNOPSIS
7 .B ovs\-switch\-setup
8
9 .SH DESCRIPTION
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).
13
14 .SH OPTIONS
15 ovs\-switch\-setup does not accept any command-line options.
16
17 .SH FILES
18 .IP /etc/default/openvswitch\-switch
19 Main configuration file for Open vSwitch switch.
20
21 .IP /etc/openvswitch/cacert.pem
22 Default location of CA certificate for OpenFlow controllers.
23
24 .IP /etc/openvswitch/of0\-cert.pem
25 Default location of certificate for the Open vSwitch switch's private key.
26
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.
30
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.
36
37 .SH "SEE ALSO"
38
39 .BR ovs\-dpctl (8),
40 .BR ovs\-pki (8),
41 .BR ovs\-openflowd (8)