Wiki page arch_linux changed with summary [[Verify the ISO image] changed md5sum to sha256sum] by Daniel

This commit is contained in:
ORG-wiki 2023-06-13 06:43:14 +02:00
parent 21845ced8a
commit 27a249d790
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ Check the two files in the same folder with the following command(s):
* ''pacman-key -v archlinux-<version>-x86_64.iso.sig''
* other GnuPGP systems
* ''gpg %%--%%keyserver pgp.mit.edu %%--%%keyserver-options auto-key-retrieve %%--%%verify archlinux-<version>-x86_64.iso.sig''
* and check the sha256sums with the following command
* ''sha256sums archlinux-<version>-x86_64.iso''
* and check the sha256sum with the following command
* ''sha256sum archlinux-<version>-x86_64.iso''
<alert type="info" icon="fa fa-info-circle">Another method to verify the authenticity of the signature is to ensure that the public key's fingerprint is identical to the key fingerprint of the [[https://www.archlinux.org/people/developers/|Arch Linux developer]] who signed the ISO-file. See [[https://en.wikipedia.org/wiki/Public-key_cryptography|Wikipedia:Public-key_cryptography]] for more information on the public-key process to authenticate keys.</alert>