diff --git a/doc/common/section_dashboard-configure-https.xml b/doc/common/section_dashboard-configure-https.xml index c6cff39a92..9b15a291ab 100644 --- a/doc/common/section_dashboard-configure-https.xml +++ b/doc/common/section_dashboard-configure-https.xml @@ -110,4 +110,23 @@ Allow from all browser redirects you to the HTTPS page. + + Configuring the dashboard for HTTPS also requires enabling SSL + for the noVNC proxy service. + On the controller node, add the following additional options to the + [DEFAULT] + section of the + /etc/nova/nova.conf + file: + [DEFAULT] +... +ssl_only = true +cert = /etc/apache2/SSL/openstack.example.com.crt +key = /etc/apache2/SSL/openstack.example.com.key + On the compute nodes, ensure the nonvncproxy_base_url + option points to a URL with an HTTPS scheme: + [DEFAULT] +... +novncproxy_base_url = https://controller:6080/vnc_auto.html +