Configure spice console for tls

Spice console needs to be configured for TLS. Add necessary certs and
tls configuration to the console.conf file.

Change-Id: I8c058b0435f4b3a26be8a1bdbf76081f9dbea4be
This commit is contained in:
Billy Olsen 2022-01-16 14:40:39 -07:00
parent d6b41bc3a0
commit cacf30d6c5
1 changed files with 4 additions and 0 deletions

View File

@ -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