
47
Predefined user roles
network-admin
Parameters
domain-name
: Specifies a PKI domain name, a case-sensitive string of 1 to 31 characters. The PKI
domain must already exist and contain a complete certificate and key.
Usage guidelines
To communicate with controllers through SSL, you must specify a PKI domain.
For the specified PKI domain to take effect, you must execute the
ovsdb server enable
command to enable the OVSDB server. You must disable and then re-enable the OVSDB server if it
has been enabled.
For more information about PKI domains, see PKI in
Security Configuration Guide
.
Examples
# Specify PKI domain
ovsdb_test
for establishing OVSDB SSL connections.
<Sysname> system-view
[Sysname] ovsdb server pki domain ovsdb_test
Related commands
ovsdb server bootstrap ca-certificate
ovsdb server enable
ovsdb server pssl
ovsdb server ssl
ovsdb server pssl
Use
ovsdb server pssl
to enable the device to listen for OVSDB SSL connection requests.
Use
undo ovsdb server pssl
to restore the default.
Syntax
ovsdb server pssl
[
port
port-number
]
undo ovsdb server pssl
Default
The device does not listen for OVSDB SSL connection requests.
Views
System view
Predefined user roles
network-admin
Parameters
port
port-number
: Specifies a port to listen for OVSDB SSL connection requests. The value
range for the
port-number
argument is 1 to 65535. If you do not specify a port, the device uses the
port number 6640.
Usage guidelines
Before you use this command, you must specify a PKI domain for SSL.