Difference between revisions of "How-to verify GPG key of official .ISO images"

m
gpg --verify needs the signature file as a parameter not the ISO image itself.
m (Improvements)
m (gpg --verify needs the signature file as a parameter not the ISO image itself.)
Tags: Mobile web edit Mobile edit
Line 16: Line 16:


'''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, or :
'''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, or :
  gpg --verify manjaro-ISO-image.iso
  gpg --verify manjaro-ISO-image.iso.sig
Compare the key which was used to sign the .iso file with the corresponding developer key.
Compare the key which was used to sign the .iso file with the corresponding developer key.


1

edit