vmware-nsx/etc/neutron/plugins/bigswitch/ssl/host_certs
Kevin Benton e915ad3a15 BigSwitch: Add SSL Certificate Validation
This patch adds the option to use SSL certificate
validation on the backend controller using SSH-style
sticky authentication, individual trusted
certificates, and/or certificate authorities.
Also adds caching of connections to deal with
increased overhead of TLS/SSL handshake.

Default is now sticky-style enforcement.

Partial-Bug: 1188189
Implements: blueprint bsn-certificate-enforcement
Change-Id: If0bab196495c4944a53e0e394c956cca36269883
2014-03-05 15:08:39 -05:00
..
README BigSwitch: Add SSL Certificate Validation 2014-03-05 15:08:39 -05:00

Certificates in this folder must match the name
of the controller they should be used to authenticate
with a .pem extension.

For example, the certificate for the controller
"192.168.0.1" should be named "192.168.0.1.pem".