diff --git a/snap-overlay/templates/nova.conf.d.console.conf.j2 b/snap-overlay/templates/nova.conf.d.console.conf.j2 index 3f58232..2ecee32 100644 --- a/snap-overlay/templates/nova.conf.d.console.conf.j2 +++ b/snap-overlay/templates/nova.conf.d.console.conf.j2 @@ -1,6 +1,9 @@ [DEFAULT] web = {{ snap }}/usr/share/spice-html5 +cert = {{ tls_cert_path }} +key = {{ tls_key_path }} + [vnc] enabled = False @@ -9,6 +12,7 @@ enabled = False html5proxy_host = 0.0.0.0 html5proxy_port = 6082 +ssl_only = True enabled = True agent_enabled = True html5proxy_base_url = http://{{ control_ip }}:6082/spice_auto.html