comparison xml/en/linux_packages.xml @ 1766:092088e7977e

Replace absolute links to the nginx_signing.key with relative.
author Sergey Budnevitch <sb@waeme.net>
date Wed, 24 Aug 2016 14:06:23 +0300
parents 94a012d2f489
children 72a33726e482
comparison
equal deleted inserted replaced
1765:fb91f6486577 1766:092088e7977e
5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
6 6
7 <article name="nginx: Linux packages" 7 <article name="nginx: Linux packages"
8 link="/en/linux_packages.html" 8 link="/en/linux_packages.html"
9 lang="en" 9 lang="en"
10 rev="18" 10 rev="19"
11 toc="no"> 11 toc="no">
12 12
13 <section id="distributions"> 13 <section id="distributions">
14 14
15 <para> 15 <para>
162 <para> 162 <para>
163 For Debian/Ubuntu, in order to authenticate the nginx repository signature 163 For Debian/Ubuntu, in order to authenticate the nginx repository signature
164 and to eliminate warnings about missing PGP key during installation of the 164 and to eliminate warnings about missing PGP key during installation of the
165 nginx package, it is necessary to add the key used to sign the nginx 165 nginx package, it is necessary to add the key used to sign the nginx
166 packages and repository to the <command>apt</command> program keyring. 166 packages and repository to the <command>apt</command> program keyring.
167 Please download <link url="http://nginx.org/keys/nginx_signing.key">this 167 Please download <link url="/keys/nginx_signing.key">this
168 key</link> from our web site, and add it to the <command>apt</command> 168 key</link> from our web site, and add it to the <command>apt</command>
169 program keyring with the following command: 169 program keyring with the following command:
170 <programlisting> 170 <programlisting>
171 sudo apt-key add nginx_signing.key 171 sudo apt-key add nginx_signing.key
172 </programlisting> 172 </programlisting>
237 <para> 237 <para>
238 For Debian/Ubuntu, in order to authenticate the nginx repository signature 238 For Debian/Ubuntu, in order to authenticate the nginx repository signature
239 and to eliminate warnings about missing PGP key during installation of the 239 and to eliminate warnings about missing PGP key during installation of the
240 nginx package, it is necessary to add the key used to sign the nginx 240 nginx package, it is necessary to add the key used to sign the nginx
241 packages and repository to the <command>apt</command> program keyring. 241 packages and repository to the <command>apt</command> program keyring.
242 Please download <link url="http://nginx.org/keys/nginx_signing.key">this 242 Please download <link url="/keys/nginx_signing.key">this
243 key</link> from our web site, and add it to the <command>apt</command> 243 key</link> from our web site, and add it to the <command>apt</command>
244 program keyring with the following command: 244 program keyring with the following command:
245 <programlisting> 245 <programlisting>
246 sudo apt-key add nginx_signing.key 246 sudo apt-key add nginx_signing.key
247 </programlisting> 247 </programlisting>
362 362
363 <para> 363 <para>
364 Both RPM packages and Debian/Ubuntu repositories use digital signatures 364 Both RPM packages and Debian/Ubuntu repositories use digital signatures
365 to verify the integrity and origin of the downloaded package. 365 to verify the integrity and origin of the downloaded package.
366 In order to check a signature it is necessary to download 366 In order to check a signature it is necessary to download
367 <link url="http://nginx.org/keys/nginx_signing.key">nginx signing key</link> 367 <link url="/keys/nginx_signing.key">nginx signing key</link>
368 and import it to the <command>rpm</command> or <command>apt</command> 368 and import it to the <command>rpm</command> or <command>apt</command>
369 program’s keyring: 369 program’s keyring:
370 370
371 <list type="bullet"> 371 <list type="bullet">
372 372