summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 11:58:14 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 11:58:14 +0300
commit96d2931c95666b0d8e85371b6397474d991e0bcb (patch)
tree12e70d594d71ce617f30fbd1627f6c402c20d7e2
parentadfbf93e5dba330e0a0092b30dabd22b74decd26 (diff)
downloadsq-user-guide-96d2931c95666b0d8e85371b6397474d991e0bcb.tar.gz
add note about --armor
-rw-r--r--sq-guide.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/sq-guide.md b/sq-guide.md
index 340c306..154f303 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -776,6 +776,11 @@ or using a hexadecimal key identifier or key finger print. The set of
keys and certificates in that directory is called a _keyring_. possibly
be a comparison table, for easy review.
+GnuPG typically outputs binary files. The `--armor` option tells it to
+write a textual representation. That representation is still not
+human-readable, but can be easier to transmit over various channels
+that expect text instead of binary data.
+
## Generate a key and certificate
```