mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-19 22:37:55 +02:00
GPG guide: add setting of preferred keyserver.
This commit is contained in:
parent
b428afd76e
commit
072c2a6a06
@ -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 "gpg2 --refresh-keys".</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>
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user