comparison xml/en/download.xml @ 335:bf7e1030b5dd

description how to import pgp key into apt keyring added
author Sergey Budnevitch <sb@waeme.net>
date Fri, 20 Jan 2012 11:19:52 +0000
parents db7b53552cce
children a84fb64b1b45
comparison
equal deleted inserted replaced
334:e2e081ddd7a7 335:bf7e1030b5dd
254 <programlisting> 254 <programlisting>
255 apt-get update 255 apt-get update
256 apt-get install nginx 256 apt-get install nginx
257 </programlisting> 257 </programlisting>
258 258
259 In order to add repository signature checking and to eliminate gpg warnings during
260 the installation on Debian or Ubuntu, it is necessary to import nginx signing key
261 into apt keyring. Please download <link url=http://nginx.org/keys/nginx_signing.key>
262 nginx signing key</link> from our web site, and add it to the apt keyring with the
263 following command:
264 <programlisting>
265 cat nginx_signing.key | sudo apt-key add -
266 </programlisting>
267
259 </para> 268 </para>
260 269
261 </section> 270 </section>
262 271
263 </article> 272 </article>