fix previous commit. Windows is stupid

This commit is contained in:
Mikaela Suomalainen 2012-12-31 17:08:06 +02:00
parent faf3189953
commit 2721a1999d
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Why do I sign emails, which I send?
<p>pool.sks-keyservers.net</p>
</blockquote>
<h3 id="gnupg-level">GnuPG level</h3>
<p>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).</p>
<p>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 &quot;C:.conf&quot; (or something like that).</p>
<pre><code>keyserver pool.sks-keyservers.net
keyserver-options no-include-revoked auto-key-retrieve</code></pre>
<p>If you are worried about space usage of your public keyring, you can add &quot;import-clean&quot; or &quot;import-minimal&quot; after &quot;auto-key-retrieve&quot;. 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.</p>

View File

@ -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