summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574 <Mica_Semrick@web>2014-04-08 03:50:55 +0000
committerGravatar admin <admin@branchable.com>2014-04-08 03:50:55 +0000
commit117b7d861feb9842ce53df48f0812de09eb47e9c (patch)
tree4251408889d6f4319a8b6e8f0c9d8558beb0a28d
parent2b1bc5725dc1e85d4e3343eb9751a5223960f4f0 (diff)
removed
-rw-r--r--doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._comment22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._comment b/doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._comment
deleted file mode 100644
index 4436ccc14..000000000
--- a/doc/encryption/comment_2_0bd22cec899dd5d1e4d090b34c5ec1eb._comment
+++ /dev/null
@@ -1,22 +0,0 @@
-[[!comment format=mdwn
- username="https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574"
- nickname="Mica Semrick"
- subject="Encrypt with pub or sub?"
- date="2014-04-08T03:47:25Z"
- content="""
-Forgive me, I'm a bit new to PGP.
-
- I do:
-```
-$ gpg --list-keys
-/home/users/.gnupg/pubring.gpg
-------------------------------
-pub 2048R/3339656A 2014-04-03
-uid Me (git-annex key) <me@example.com>
-sub 2048R/774B0ET4 2014-04-03
-
-```
-and see the `pub` and the `sub` key.
-
-When I `init` a new special remote and want encryption, should I give the `init` command the `pub` or the `sub` key? Or does git annex sort that out itself?
-"""]]