mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added instructions for initializing passbolt
This commit is contained in:
@@ -167,6 +167,16 @@ It's a good idea to backup your existing `~/.ssh/config` file before erasing the
|
|||||||
|
|
||||||
Once the new computer is installed, don't forget to create a new SSH key using `ssh-keygen -t ed25519` and to propagate this key to the relevant services (servers, GitHub, GitLab, ...).
|
Once the new computer is installed, don't forget to create a new SSH key using `ssh-keygen -t ed25519` and to propagate this key to the relevant services (servers, GitHub, GitLab, ...).
|
||||||
|
|
||||||
|
### 🛡️ Passbolt
|
||||||
|
|
||||||
|
Passbolt has been installed and is the default password manager used in this configuration.
|
||||||
|
|
||||||
|
In order to initialize an account, use the following command after installation.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
passbolt configure --serverAddress https://passbolt.com --userPassword "..." --userPrivateKeyFile "..."
|
||||||
|
```
|
||||||
|
|
||||||
## ✨ Feature request, bug report & vulnerability report
|
## ✨ Feature request, bug report & vulnerability report
|
||||||
|
|
||||||
See [`issues`](./issues).
|
See [`issues`](./issues).
|
||||||
|
|||||||
Reference in New Issue
Block a user