GPG guide: add setting of preferred keyserver.

This commit is contained in:
Mikaela Suomalainen 2012-07-31 09:56:23 +03:00
parent b428afd76e
commit 072c2a6a06
2 changed files with 22 additions and 0 deletions

View File

@ -73,6 +73,16 @@ sub 4096R/A4271AC5 2012-03-27</code></pre>
<blockquote>
<p>y</p>
</blockquote>
<h6 id="setting-preferred-keyserver-of-the-key.">Setting preferred keyserver of the key.</h6>
<p>Preferred keyserver is where the key is refreshed when someone runs &quot;gpg2 --refresh-keys&quot;.</p>
<p>To set it run</p>
<blockquote>
<p>gpg2 --edit-key KEYID</p>
</blockquote>
<blockquote>
<p>keyserver</p>
</blockquote>
<p>and enter the keyserver address, for example hkp://pool.sks-keyservers.net (I recommend this keyserver).</p>
<h4 id="step-1-importing-old-key">Step 1: Importing old key</h4>
<p>You can import your old private key same way as you import public keys. This means:</p>
<blockquote>

View File

@ -107,6 +107,18 @@ and confirm to save changes with
> y
###### Setting preferred keyserver of the key.
Preferred keyserver is where the key is refreshed when someone runs "gpg2 --refresh-keys".
To set it run
> gpg2 --edit-key KEYID
> keyserver
and enter the keyserver address, for example hkp://pool.sks-keyservers.net (I recommend this keyserver).
#### Step 1: Importing old key
You can import your old private key same way as you import public keys. This means: