Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvek authored Jan 3, 2022
1 parent 9fa3b34 commit 9c3550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $> leeloo server

Each action is commited in Git. To share your keystore, [create a remote repository and share it](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes).

By default, a new created keystore comes with *all registered public keys on your system*. So each owner should read your "shared" secret. To manage this list, you could remove or add new public GPG keys _(by adding/removing it in the keys folder by yourself for now)_. It allows to share secret with someone who don't know you yet.
By default, a new created keystore comes with *no registered public keys on your system*. So you have to explicitly add them by using `key add` function before writing new secrets.


## ZSH completion support !
Expand Down

0 comments on commit 9c3550f

Please sign in to comment.