![](https://seccdn.libravatar.org/avatar/6435c3e8843adf6ba683f32a7aea0e0e.jpg?s=120&d=mm&r=g)
29 Dec
2020
29 Dec
'20
20:33
A user brought to my attention that the gpg public key we provide (0x22C07BA534178CD02EFE22AAB88B2FD43DBDC284) does not allow to gpg verify the checksum files associated with our ISO images. For instance, the checksum file at http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-KDE-Live-x86... will not be verified by `gpg --verify <iso dot sha256 dot file>`. As far as I understand, a detached signature file could be an alternative, using this time `gpg --verify <detached signature file> <iso dot sha256 dot file>`, but we won't provide one either. Does it mean that users cannot verify the authenticity of our ISO images as of now? Best, Adrien