Manjaro Как проверить GPG-ключ официальных образов .ISO

Как проверить GPG-ключ официальных образов .ISO

From Manjaro
Revision as of 09:10, 27 January 2023 by Krotesk (talk | contribs) (Created page with "=Проверка GPG-ключа официальных образов .ISO= '''1.''' Загрузите ISO-файл и соответствующий .sig-файл из оф...")
Other languages:
English • ‎português do Brasil • ‎русский

Проверка GPG-ключа официальных образов .ISO

1. Загрузите ISO-файл и соответствующий .sig-файл из официальных источников (см. раздел "Загрузить Manjaro" ниже).

2. Install GPG and wget using a Manjaro package manager (pamac or pacman):

  pamac install gnupg wget

3. Next, you have 2 possible ways to import Manjaro's keys. Choose one of them:

Download all keys from the Manjaro Developers from GitLab:

wget gitlab.manjaro.org/packages/core/manjaro-keyring/-/raw/master/manjaro.gpg

Next, import all the keys in the downloaded .gpg file into your gnupg keyring:

gpg --import manjaro.gpg

If you do not trust GitLab, import the Manjaro Build Server's GPG key to your system (afterwards, select the key by entering its number and pressing ENTER):

gpg --keyserver keyserver.ubuntu.com --search-keys Manjaro Build Server

4. Finally, verify if the .iso image file was built by the Manjaro Build Server, Philip Müller or one of the other Manjaro Developers:

gpg --verify manjaro-ISO-image.iso.sig manjaro-ISO-image.iso

Compare the key which was used to sign the .iso file with the corresponding developer key.

Check whether the .ISO was verified by Philip Müller's GPG key, another Manjaro Developer's key, or the Manjaro Build Server key which you have imported to your system. If this is the case, you can be sure that your .iso is official.

Ссылки

Cookies help us deliver our services. By using our services, you agree to our use of cookies.