From f459bf3706263f0d7039dcc0155426a02af8c0a7 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 2 Jul 2022 09:33:59 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FAQ.md b/FAQ.md index 5bf7e8101c..4d2c8b9266 100644 --- a/FAQ.md +++ b/FAQ.md @@ -900,6 +900,11 @@ All key handling is delegated to the OpenKey chain app for security reasons. Thi Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. +If you wish to verify a signature manually, check *Show inline attachments* and save the files *content.asc* (the signed content) and *signature.asc* (the digital signature). +Install [GnuPG](https://www.gnupg.org/) on your preferred operating system and execute this command: + +```gpg --verify signature.asc.pgp content.asc``` + Signed-only or encrypted-only messages are not a good idea, please see here about why not: * [OpenPGP Considerations Part I](https://www.openkeychain.org/openpgp-considerations-part-i)