diff 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
line wrap: on
line diff
--- a/xml/en/download.xml	Fri Jan 20 10:29:05 2012 +0000
+++ b/xml/en/download.xml	Fri Jan 20 11:19:52 2012 +0000
@@ -256,6 +256,15 @@
 apt-get install nginx
 </programlisting>
 
+In order to add repository signature checking and to eliminate gpg warnings during
+the installation on Debian or Ubuntu, it is necessary to import nginx signing key
+into apt keyring. Please download <link url=http://nginx.org/keys/nginx_signing.key>
+nginx signing key</link> from our web site, and add it to the apt keyring with the
+following command:
+<programlisting>
+cat nginx_signing.key | sudo apt-key add -
+</programlisting>
+
 </para>
 
 </section>