mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
Add Note about Passwordless PrivateKeys #2
This commit is contained in:
parent
0e991f33be
commit
f7aa2b232b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue