Before adding a remote host, the LXD server must first trust your client certificate. Click here for instructions on trusting certificates.
Copy the client certificate and paste it into a new file on your remote LXD server such as lxdware.crt.
Import the certificate file on your remote LXD server by running the command: lxc config trust add lxdware.crt
lxc config trust add lxdware.crt
For LXD hosts that are not part of a cluster, use the following command to listen for incoming connections: lxc config set core.https_address [::]
lxc config set core.https_address [::]