FS#47775 - {archweb} Confirm PGP signing key, fingerprint for ISOs on download page.
Attached to Project:
Arch Linux
Opened by Loui Chang (louipc) - Saturday, 16 January 2016, 04:47 GMT
Last edited by freswa (frederik) - Thursday, 10 September 2020, 13:04 GMT
Opened by Loui Chang (louipc) - Saturday, 16 January 2016, 04:47 GMT
Last edited by freswa (frederik) - Thursday, 10 September 2020, 13:04 GMT
|
Details
It's not really clear whether the signature is authentic
from the download page.
Add signing key data to page. Also link to https://www.archlinux.org/master-keys/ Thanks. |
This task depends upon
And actually the sig (archlinux-2016.01.01-dual.iso.sig) that I checked belongs to:
"Pierre Schmitz <pierre@archlinux.de>"
keyid "7F2D434B9741E8AC"
fingerprint "4AA4 767B BC9C 4B1D 18AE 28B7 7F2D 434B 9741 E8AC"
I will have to download the master keys to verify this is authentic because it is not mentioned anywhere on the download page.
So the signing key should be explicitly mentioned on the download page as well as a link to master keys if someone wants extra verification.
https://www.archlinux.org/download/
The syncisos command fetchs the isos from a mirror (e.g. set ISO_LIST_URL = 'http://mirrors.kernel.org/archlinux/iso/ in your local_settings.py) and then imports the names of the iso.
It could theoretically fetch the sig and extract the pubkey id and get the sha512 / md5 sum. But security wise that might not be wanted.