summaryrefslogtreecommitdiff
path: root/doc/bugs/Using_a_revoked_GPG_key.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Using_a_revoked_GPG_key.mdwn')
-rw-r--r--doc/bugs/Using_a_revoked_GPG_key.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/Using_a_revoked_GPG_key.mdwn b/doc/bugs/Using_a_revoked_GPG_key.mdwn
index 79659b933..4e522ab78 100644
--- a/doc/bugs/Using_a_revoked_GPG_key.mdwn
+++ b/doc/bugs/Using_a_revoked_GPG_key.mdwn
@@ -29,3 +29,6 @@ git-annex: user error (gpg ["--quiet","--trust-model","always","--encrypt","--no
failed
git-annex: enableremote: 1 failed
"""]]
+
+> [[done]]; can now use: `git annex enableremote foo keyid-=REVOKEDKEY
+> keyid+=NEWKEY` to remove it, and add a new key. --[[Joey]]