diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-27 11:25:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-27 11:25:28 -0300 |
commit | e6d3f3e0c5671ff853404a962d856ec493b8dbdb (patch) | |
tree | 61959b54f3b2ac214de733472f77bf8872bd1c2b /README | |
parent | 8fa3ddbc6cdf5adb3414c782ff83c371b17d38d8 (diff) | |
download | keyringer-e6d3f3e0c5671ff853404a962d856ec493b8dbdb.tar.gz keyringer-e6d3f3e0c5671ff853404a962d856ec493b8dbdb.tar.bz2 |
Multiple recipients file support
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -61,9 +61,21 @@ Managing recipients Your next step is tell keyringer the GPG key ids to encrypt files to: - keyringer <keyring> recipients edit + keyringer <keyring> recipients edit [recipient-name] keyringer <keyring> recipients ls +Keyringer support multiple recipients in a per-folder style. Try it by +creating a sample keyringer + + keyringer <keyring> recipients edit closest-friends + +Fill it with your friends key IDs. Now encrypt a secret just for then: + + keyringer <keyring> encrypt closest-friends/secret + +In other words, if keyringer finds a recipient file matching a given path, +it will use it instead of the global recipients file. + Managing keys ---------------- |