summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess2014-11-11 10:38:14 -0400
committerJoey Hess2014-11-11 10:38:14 -0400
commit250ab151a2981346a9af0fcdf8c85403518b887a (patch)
treed5a4e59b21220057ff9fd37f9a2232a439f8c171 /doc/todo
parent17d81326ba31213915387a3525a3d4ab5c8222c9 (diff)
parent8e974f5641c031b3962bbb5b654f5a6996bc8027 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/multi_gpg_key_privdata.mdwn6
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.