30
Predefined user roles
network-admin
Parameters
ca-filename
: Specifies the CA certificate file name, a case-insensitive string. The file name cannot
contain the
slot
string.
bootstrap
: Obtains a CA certificate file from the controller if the specified CA certificate file does not
exist. The obtained file will be stored under the path specified for the
ca-filename
argument.
Usage guidelines
You must specify a CA certificate file for establishing active or passive OVSDB SSL connections.
This command takes effect after you execute the
ovsdb server enable
command.
Examples
# Specify a CA certificate file for SSL.
<Sysname> system-view
[Sysname] ovsdb server ca-certificate flash:/vswitchd.cacert bootstrap
ovsdb server certificate
Use
ovsdb server certificate
to specify a certificate file for SSL.
Use
undo ovsdb server certificate
to remove the certificate file setting for SSL.
Syntax
ovsdb server certificate cert-filename
undo ovsdb server certificate
Default
No certificate file is specified.
Views
System view
Predefined user roles
network-admin
Parameters
cert-filename
: Specifies the certificate file name, a case-insensitive string. The file name cannot
contain the
slot
string.
Usage guidelines
You must specify a certificate file for establishing active or passive OVSDB SSL connections.
This command takes effect after you execute the
ovsdb server enable
command.
Examples
# Specify a certificate file for SSL.
<Sysname> system-view
[Sysname] ovsdb server certificate flash:/ovsclient-cert.pem
ovsdb server enable
Use
ovsdb server enable
to enable the OVSDB server.