Hello Guy,
I add install an opecenter vm but I can’t access with command CLI and Login in Web freeze.
I follow the documentation on “Deploy IncusOS Cluster - Operations Center documentation”.
I saw the documentation from IncusOS “Operations Center - IncusOS documentation” but I don’t know how to create the VM with yaml seed_certificates.
I saw also youtube “IncusOS - Let’s deploy an Incus cluster with Operations Center” and add config.yml, client.key, client.crt in “~/.config/operations-center/” and comand cli “operations-center provisioning update list” but I got error ‘Get “http://unix.socket/1.0/provisioning/updates?recursion=1”: dial unix /run/operations-center/unix.socket: connect: no such file or directory’
Operations Center ISO: IncusOS_202608072311
operations-center command CLI:
/usr/local/bin/operations-center remote add opcenter https://10.0.10.151:8443 --accept-certificate
Received authentication mismatch: got “”, expected “tls”. Ensure the server trusts the client fingerprint “…”
/usr/local/bin/operations-center remote add opcenter https://10.0.10.151:8443 --auth-type tls
Server presented an untrusted TLS certificate with SHA256 fingerprint.. Is this the correct fingerprint? (yes/no) [default=no]: yes
Received authentication mismatch: got “”, expected “tls”. Ensure the server trusts the client fingerprint “…”
/usr/local/bin/operations-center remote add opcenter https://10.0.10.151:8443
Server presented an untrusted TLS certificate with SHA256 fingerprint..
Is this the correct fingerprint? (yes/no) [default=no]: yes
Received authentication mismatch: got “”, expected “tls”. Ensure the server trusts the client fingerprint “…”
/usr/local/bin/operations-center --version
0.8.1
Do you have a KB on Operations Center deploy ?
Thanks …