diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-22 17:26:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-22 17:26:34 -0400 |
commit | b1acf41036a1eddea29cc69c6b2a595582378465 (patch) | |
tree | 33025d13ac8c7d8cd0c7ccdf1eda5773e0829fc5 /doc/design/encryption.mdwn | |
parent | d70e9a945b4ac44ff42872b08dcf09051759eb9c (diff) |
update documentation that mentioned .git-annex/
Diffstat (limited to 'doc/design/encryption.mdwn')
-rw-r--r-- | doc/design/encryption.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/encryption.mdwn b/doc/design/encryption.mdwn index 11056478b..e5053134e 100644 --- a/doc/design/encryption.mdwn +++ b/doc/design/encryption.mdwn @@ -36,7 +36,7 @@ There does not seem to be much benefit to using the same cipher for two different encrypted remotes. So, the encrypted cipher could just be stored with the rest of a remote's -configuration in `.git-annex/remotes.log` (see [[internals]]). When `git +configuration in `remotes.log` (see [[internals]]). When `git annex intiremote` makes a remote, it can generate a random symmetric cipher, and encrypt it with the specified gpg key. To allow another gpg public key access, update the encrypted cipher to be encrypted to both gpg |