OpenStack Networking supports SSL for the Networking API
server. By default, SSL is disabled but you can enable it in
the neutron.conf file.
Set these options to configure SSL:
use_ssl = TrueEnables SSL on the networking API server.
ssl_cert_file =/path/to/certfileCertificate file that is used when you securely start the Networking API server.
ssl_key_file =/path/to/keyfilePrivate key file that is used when you securely start the Networking API server.
ssl_ca_file =/path/to/cafileOptional. CA certificate file that is used when you securely start the Networking API server. This file verifies connecting clients. Set this option when API clients must authenticate to the API server by using SSL certificates that are signed by a trusted CA.
tcp_keepidle = 600The value of TCP_KEEPIDLE, in seconds, for each server socket when starting the API server. Not supported on OS X.
retry_until_window = 30Number of seconds to keep retrying to listen.
backlog = 4096Number of backlog requests with with to configure the socket.

