mirror of
https://github.com/torproject/webwml.git
synced 2025-03-06 01:07:03 +00:00
switching to longer key ids
This commit is contained in:
parent
1f70739f8e
commit
61e48eb49a
@ -74,14 +74,14 @@
|
||||
something like this: <i>C:\Program Files\Gnu\GnuPg\gpg.exe</i>.</p>
|
||||
|
||||
<p>Erinn Clark signs the Tor Browser Bundles. Import her key
|
||||
(0x63FEE659) by starting <i>cmd.exe</i> and typing:</p>
|
||||
(0x416F061063FEE659) by starting <i>cmd.exe</i> and typing:</p>
|
||||
|
||||
<pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x63FEE659</pre>
|
||||
<pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x416F061063FEE659</pre>
|
||||
|
||||
<p>After importing the key, you can verify that the fingerprint
|
||||
is correct:</p>
|
||||
|
||||
<pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --fingerprint 0x63FEE659</pre>
|
||||
<pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --fingerprint 0x416F061063FEE659</pre>
|
||||
|
||||
<p>You should see:</p>
|
||||
<pre>
|
||||
@ -129,15 +129,15 @@
|
||||
|
||||
<p>Once it's installed, use GnuPG to import the key that signed
|
||||
your package. Erinn Clark signs the Tor Browser Bundles. Import her
|
||||
key (0x63FEE659) by starting the terminal (under "Applications")
|
||||
key (0x416F061063FEE659) by starting the terminal (under "Applications")
|
||||
and typing:</p>
|
||||
|
||||
<pre>gpg --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x63FEE659</pre>
|
||||
<pre>gpg --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x416F061063FEE659</pre>
|
||||
|
||||
<p>After importing the key, you can verify that the fingerprint
|
||||
is correct:</p>
|
||||
|
||||
<pre>gpg --fingerprint 0x63FEE659</pre>
|
||||
<pre>gpg --fingerprint 0x416F061063FEE659</pre>
|
||||
|
||||
<p>You should see:</p>
|
||||
<pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user