Hi,
I accidentally remove my user certificat … from cmdline
sudo incus config trust rm xxxxxxxxx
I’m still get access to .config/incus … with client.key and client.crt.
Import via (probably a wrong action).
sudo incus config trust add-certificate ./client.crt
Cerficat is imported on trust store … but cannot use my user to create/list instance.
~/.config/incus sudo incus config trust list
+--------------+--------+-------------+--------------+----------------------+
| NOM | TYPE | DESCRIPTION | EMPREINTE | DATE D'EXPIRATION |
+--------------+--------+-------------+--------------+----------------------+
| client.crt | client | | 7c3e1b312797 | 2034/11/07 17:11 EST |
+--------------+--------+-------------+--------------+----------------------+
~/.config/incus > incus ls
Error: not authorized
How can I recreate my access without uninstalling all my running vm/containers.
note:
my user-1000 projects is stil present somewhere.
webui works with a new fresh certificat.
Tks.
W.