Copy the client certificate
and paste it into a new file on your remote LXD server such as lxconsole.crt.
{{ client_crt }}
Import the certificate file on your remote LXD server by running the command:
lxc config trust add lxconsole.crt
For LXD servers that are not part of a cluster, use a command to listen for incoming connections, such as:
lxc config set core.https_address [::]
{{ client_crt }}