diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-11 10:38:14 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-11 10:38:14 -0400 |
| commit | 250ab151a2981346a9af0fcdf8c85403518b887a (patch) | |
| tree | d5a4e59b21220057ff9fd37f9a2232a439f8c171 | |
| parent | 17d81326ba31213915387a3525a3d4ab5c8222c9 (diff) | |
| parent | 8e974f5641c031b3962bbb5b654f5a6996bc8027 (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | doc/todo/multi_gpg_key_privdata.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/multi_gpg_key_privdata.mdwn b/doc/todo/multi_gpg_key_privdata.mdwn new file mode 100644 index 00000000..754aa7e9 --- /dev/null +++ b/doc/todo/multi_gpg_key_privdata.mdwn @@ -0,0 +1,6 @@ +To support multiple gpg keys added with --add-key, propellor should + +* When it encrypts the privdata after a change, encrypt it to all keys + listed in `privdata/keyring.gpg` +* When --add-key adds a new key, it should re-encrypt the privdata, + so that this new key can access it. |
