Configuring a global remote

I’m trying to configure a global remote on a container which has only incus-client installed according to the documentation. The main issue is getting the client certificates so I can add them to the server’s trust list. Does anyone know how to do this?

Hmm, yeah, that’s going to be a problem as the client cert isn’t something that we can store globally… Depending on your environment you could use OIDC authentication instead which would then have each individual user be prompted to login on first use.

I think it’d also make sense to support per-remote client certificates too, so that the system path could provide those in much the same way it does the server certificate.
Can you file a feature request for that at Issues · lxc/incus · GitHub?