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