comparison xml/en/linux_packages.xml @ 2896:6bc630596c06

Linux packages: key verification command adjusted.
author Andrei Belov <defan@nginx.com>
date Mon, 10 Oct 2022 19:43:14 +0400
parents 8f3955097546
children 4eb241b57f83
comparison
equal deleted inserted replaced
2895:9708787aafc7 2896:6bc630596c06
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="79"> 10 rev="80">
11 11
12 <section name="Supported distributions and versions" id="distributions"> 12 <section name="Supported distributions and versions" id="distributions">
13 13
14 <para> 14 <para>
15 nginx packages are available for the following Linux distributions and 15 nginx packages are available for the following Linux distributions and
248 | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null 248 | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
249 </programlisting> 249 </programlisting>
250 250
251 Verify that the downloaded file contains the proper key: 251 Verify that the downloaded file contains the proper key:
252 <programlisting> 252 <programlisting>
253 gpg --dry-run --quiet --import --import-options import-show /usr/share/keyrings/nginx-archive-keyring.gpg 253 gpg --dry-run --quiet --no-keyring --import --import-options import-show /usr/share/keyrings/nginx-archive-keyring.gpg
254 </programlisting> 254 </programlisting>
255 255
256 The output should contain the full fingerprint 256 The output should contain the full fingerprint
257 <command>573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62</command> 257 <command>573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62</command>
258 as follows: 258 as follows:
320 | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null 320 | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
321 </programlisting> 321 </programlisting>
322 322
323 Verify that the downloaded file contains the proper key: 323 Verify that the downloaded file contains the proper key:
324 <programlisting> 324 <programlisting>
325 gpg --dry-run --quiet --import --import-options import-show /usr/share/keyrings/nginx-archive-keyring.gpg 325 gpg --dry-run --quiet --no-keyring --import --import-options import-show /usr/share/keyrings/nginx-archive-keyring.gpg
326 </programlisting> 326 </programlisting>
327 327
328 The output should contain the full fingerprint 328 The output should contain the full fingerprint
329 <command>573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62</command> 329 <command>573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62</command>
330 as follows: 330 as follows: