diff --git a/PGP/WhyDoISignEmails.html b/PGP/WhyDoISignEmails.html index e11034f..bd0cff7 100644 --- a/PGP/WhyDoISignEmails.html +++ b/PGP/WhyDoISignEmails.html @@ -69,7 +69,7 @@ Why do I sign emails, which I send?
pool.sks-keyservers.net
If you are using GPG, you can add two lines to your gpg config file. In Linux and Mac that means ~/.gnupg/gpg.conf, with Windows it means C:.conf (or something like that).
+If you are using GPG, you can add two lines to your gpg config file. In Linux and Mac that means ~/.gnupg/gpg.conf, with Windows it means "C:.conf" (or something like that).
keyserver pool.sks-keyservers.net
keyserver-options no-include-revoked auto-key-retrieve
If you are worried about space usage of your public keyring, you can add "import-clean" or "import-minimal" after "auto-key-retrieve". The first removes all useless signatures from the key (=signatures from keys that aren't in your keyring) and the second removes all signatures from the key.
diff --git a/PGP/WhyDoISignEmails.html.md b/PGP/WhyDoISignEmails.html.md index db679ab..c8eda7f 100644 --- a/PGP/WhyDoISignEmails.html.md +++ b/PGP/WhyDoISignEmails.html.md @@ -137,7 +137,7 @@ Go to "OpenPGP" --> "Settings" --> "Show Expert Settings" --> "Keyserver" and en ### GnuPG level -If you are using GPG, you can add two lines to your gpg config file. In Linux and Mac that means ~/.gnupg/gpg.conf, with Windows it means C:\Users\Username\AppData\Roaming\GnuPG\gpg.conf (or something like that). +If you are using GPG, you can add two lines to your gpg config file. In Linux and Mac that means ~/.gnupg/gpg.conf, with Windows it means "C:\Users\Username\AppData\Roaming\GnuPG\gpg.conf" (or something like that). ``` keyserver pool.sks-keyservers.net