From bd9a7b45d10877ceff700c38e949fabd38af479a Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:44:03 +0100 Subject: [PATCH] added instructions for initializing passbolt --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b348ace..e472054 100644 --- a/README.md +++ b/README.md @@ -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, ...). +### 🛡️ 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 See [`issues`](./issues).