| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.57 2012/02/26 09:49:46 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.58 2012/06/29 15:57:32 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>15</version> |
11 | <version>16</version> |
| 12 | <date>2012-02-26</date> |
12 | <date>2012-06-29</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Hardware Requirements</title> |
15 | <title>Hardware Requirements</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Introduction</title> |
17 | <title>Introduction</title> |
| … | |
… | |
| 247 | </p> |
247 | </p> |
| 248 | |
248 | |
| 249 | <p> |
249 | <p> |
| 250 | Another way to check the validity of the downloaded file is to use GnuPG to |
250 | Another way to check the validity of the downloaded file is to use GnuPG to |
| 251 | verify the cryptographic signature that we provide (the file ending with |
251 | verify the cryptographic signature that we provide (the file ending with |
| 252 | <path>.asc</path>). Download the signature file and obtain the public keys: |
252 | <path>.asc</path>). Download the signature file and obtain the public keys whose |
|
|
253 | key ids can be found on the <uri link="/proj/en/releng/index.xml">release |
|
|
254 | engineering project site</uri>. |
| 253 | </p> |
255 | </p> |
| 254 | |
256 | |
| 255 | <pre caption="Obtaining the public key"> |
257 | <pre caption="Obtaining the public key"> |
|
|
258 | <comment>(... Substitute the key ids with those mentioned on the release engineering site ...)</comment> |
| 256 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
259 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
| 257 | </pre> |
260 | </pre> |
| 258 | |
261 | |
| 259 | <p> |
262 | <p> |
| 260 | Now verify the signature: |
263 | Now verify the signature: |