Add Note about Passwordless PrivateKeys #2

This commit is contained in:
Samuel Lorch 2022-01-26 15:04:55 +01:00 committed by GitHub
parent 0e991f33be
commit f7aa2b232b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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