Atom feed of this document
  
 

 Encrypt Compute metadata traffic

OpenStack Juno supports encrypting Compute metadata traffic with HTTPS. Enable SSL encryption in the metadata_agent.ini file:

  1. Enable the HTTPS protocol:

    nova_metadata_protocol = https

  2. Determine whether insecure SSL connections are accepted for Compute metadata server requests. The default value is False:

    nova_metadata_insecure = False
  3. Specify the path to the client certificate:

    nova_client_cert = PATH_TO_CERT
  4. Specify the path to the private key:

    nova_client_priv_key = PATH_TO_KEY
Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...