From f7aa2b232bea0e601a4a454e3cc887ade54a4230 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Wed, 26 Jan 2022 15:04:55 +0100 Subject: [PATCH] Add Note about Passwordless PrivateKeys #2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cdfcd4..f876e6c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ passbolt configure --serverAddress https://passbolt.example.org --userPassword ' Notes: - You can set the Private Key using the flags `--userPrivateKey` or `--userPrivateKeyFile` where `--userPrivateKey` takes the actual private key and `--userPrivateKeyFile` loads the content of a file as the PrivateKey, `--userPrivateKeyFile` overwrites the value of `--userPrivateKey`. - You can also just store the serverAddress and your Private Key, if your Password is not set it will prompt you for it every time. +- Passwordless PrivateKeys are unsupported - MFA settings can also be save permenantly this ways # Usage