]> git.proxmox.com Git - ovs.git/blame - ovsdb/remote-active.man
Add SSL support to "stream" library and OVSDB.
[ovs.git] / ovsdb / remote-active.man
CommitLineData
9467fe62
BP
1.IP "\fBssl:\fIip\fB:\fIport\fR"
2The specified SSL \fIport\fR on the host at the given \fIip\fR, which
3must be expressed as an IP address (not a DNS name). The
4\fB\-\-private\-key\fR, \fB\-\-certificate\fR, and \fB\-\-ca\-cert\fR
5options are mandatory when this form is used.
6.
7.IP "\fBtcp:\fIip\fB:\fIport\fR"
8Connect to the given TCP \fIport\fR on \fIip\fR.
9.
10.IP "\fBunix:\fIfile\fR"
11Connect to the Unix domain server socket named \fIfile\fR.