How to get already running Kopia server fingerprint --server-cert-fingerprint
?
So I could connect remotely.
OK i found answer.
openssl x509 -in ~/my.cert -noout -fingerprint -sha256 | sed 's/://g' | cut -f 2 -d =
I know this is silly but try connecting with invalid SHA fingerprint and Kopia will tell you the current one.