summaryrefslogtreecommitdiff
path: root/lib/ssl-bootstrap.xml
Commit message (Collapse)AuthorAgeFilesLines
* ovn-nbctl: Ability to bootstrap CA certificate.Gurucharan Shetty2017-01-191-0/+30
Utilities like ovs-vsctl have the ability to bootstrap CA certificate. It looks useful for ovn-nbctl to have the same ability too. One could connect over to OVN NB database over SSL for transactions without having to copy over the certificate being used by ovsdb-server backing OVN NB. Signed-off-by: Gurucharan Shetty <guru@ovn.org> Acked-by: Lance Richardson <lrichard@redhat.com> Acked-by: Ben Pfaff <blp@ovn.org>