summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-10-29 10:23:28 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-29 10:23:28 +0300
commit90b6bac5dd84ec7714967a5913a7cb5a3fc72004 (patch)
tree4092398e65f809a8bcf4885468cc5657ffef4406
parent02700b58adc0c0247b27a4742e69cc1eab3f2b0f (diff)
downloadsq-user-guide-90b6bac5dd84ec7714967a5913a7cb5a3fc72004.tar.gz
fix section structure in gnugp conversion appendix
-rw-r--r--sq-guide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/sq-guide.md b/sq-guide.md
index 7d120a2..4fa3222 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -762,13 +762,13 @@ gpg --quick-gen-key "Tomjon <tomjon@example.com>"
gpg --export --armor tomjon > tomjon.asc
```
-### Import a certificate into your keyring
+## Import a certificate into your keyring
```
gpg --import certificate.asc
```
-### List all certificates in your keyring
+## List all certificates in your keyring
Either all keys, or keys with a user id that contains a string:
@@ -803,7 +803,7 @@ used for (signing, certifying, encrypting), and key fingerprint
(`DBE5439D97D8262664A1B01844E17740B8611E9C` above). The fingerprint is
the strongest way to refer to a key.
-### List all private keys in your keyring
+## List all private keys in your keyring
```
gpg --list-secret-keys