Hallo ![]()
I feel soo dumb, but, trying to connect to IncusOS through incus client and when going through incus remote add what should I use as a token ?
I built the image and provided a certificate but not sure how to use it with the client ![]()
Cheers!
Hallo ![]()
I feel soo dumb, but, trying to connect to IncusOS through incus client and when going through incus remote add what should I use as a token ?
I built the image and provided a certificate but not sure how to use it with the client ![]()
Cheers!
incus remote add some-name https://IP-ADDRESS:8443
If it asks for a token, you did something wrong as the token is only required if the certificate that’s trusted by IncusOS doesn’t match your own client certificate.
You’ll want to make sure that you’ve used the output of incus remote get-client-certificate from this machine when downloading an image at https://incusos-customizer.linuxcontainers.org
Ahhh that’s it !
I use a self generated TLS cert rather than the one from the client
Thanks !