summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2014-11-11 10:38:14 -0400
committerJoey Hess2014-11-11 10:38:14 -0400
commit8e974f5641c031b3962bbb5b654f5a6996bc8027 (patch)
tree79c8d9444314a8df89a9c5577029564bcd663643 /doc
parentd8ca671086123878c975e2409f92d1dea1b8301e (diff)
update
Diffstat (limited to 'doc')
-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.