... | ... | @@ -73,10 +73,10 @@ any subject line and write the message body described above. |
|
|
Before sending the email, open the OpenPGP drop-down menu at the top of the
|
|
|
compose window and click `Digitally Sign`.
|
|
|
|
|
|
_Or_, you use GnuPG directly and then send an (inline!) email with your client of
|
|
|
choice. A command like the following, in a UNIX shell, will create the signed
|
|
|
text that you can copy-paste in your email. Make sure to avoid double-signing
|
|
|
the email and sending it in clear text (instead of HTML):
|
|
|
_Or_, you can use GnuPG directly and then send an (inline!) email with your
|
|
|
client of choice. A command like the following, in a UNIX shell, will create the
|
|
|
signed text that you can copy-paste in your email. Make sure to avoid
|
|
|
double-signing the email and sending it in clear text (instead of HTML):
|
|
|
|
|
|
echo "Please change my Tor password" | gpg --armor --sign
|
|
|
|
... | ... | |