diff options
-rw-r--r-- | brain.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/brain.md b/brain.md new file mode 100644 index 0000000..e1224c3 --- /dev/null +++ b/brain.md @@ -0,0 +1,16 @@ +Brain is the shared password store of krebs. It stores credentials to web services as well as shared host secrets as well as the ledger. +Brain is stored as git repository on different hosts: + +* green git@green:brain +* mors git@mors:brain +* makefu git@x:brain +* tv git@nomic:brain +* wu git@wu:brain + +secret keys for encrypting secrets are stored in `stockholm/kartei` and there: +* `lassulus/pgp` +* `tv/pgp` +* `makefu/pgp` +* `kmein/*.gpg` + +make sure to edit the trust after importing (`gpg --edit-key KEYID; trust -> ultimate`).
\ No newline at end of file |