Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

User can configure obtain the CA certificate from the SSL peer.
Command Syntax
set protocols ovsdb SSL bootstrap <boolean>

delete protocols ovsdb ssl bootstrap

Parameter
<boolean>enable or disable ssl bootstrap.

  • true enable ssl bootstrap, the ca certificate automatically downloaded from ssl peer.
  • false disable ssl bootstrap, the ca certificate manually copy to the /ovs/var/lib/openvswitch/pki directory

Example
• This example demonstrates how to configure ovsdb ssl bootstrap.

admin@XorPlus# set protocols ovsdb SSL bootstrap true
admin@XorPlus# commit
  • No labels