mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
fix previous commit. Windows is stupid
This commit is contained in:
parent
faf3189953
commit
2721a1999d
@ -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 "C:.conf" (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 "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.</p>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user