This message was deleted.
# rke2
a
This message was deleted.
c
I don’t think your curl worked. that sha256sum is the very recognizable sum of an empty string.
Copy code
brandond@dev01:~$ echo -n | sha256sum
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  -
b
thanks. I'll probably just kill-all and uninstall and just start out with a short passphrase that I can set. Much appreciated!
c
what exactly are you trying to do here though?
have you seen the docs on the token format? https://docs.k3s.io/cli/token#secure
b
way too much at once, like usual 😉 rke2 but with cilium
on opensuse 15.5
c
a3a9694e7e3ed80a67726b3ec6a68526
is the important part of that token string
b
handy link, thanks! "Unless custom CA certificates are in use, only the short (password-only) token format can be used when starting the first server in the cluster. This is because the cluster CA hash cannot be known until after the server has generated the self-signed cluster CA certificates." little tidbits like those help.