為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Where can I download PGP key 0x50FA58BC used to sign "thunderbird-38.4.0.en-US.mac.checksums"?

  • 1 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 christ1

more options

The key 0x50FA58BC used to verify the checksum file "thunderbird-38.4.0.en-US.mac.checksums" downloaded from https://ftp.mozilla.org/pub/thunderbird/nightly/latest-comm-esr38/ is not available from the Mozilla or MIT PGP key servers; neither Google nor several other search engines locate it, though this is the ID of the public key used to sign this general release file.

Here is the full output from my tests:

tests-...$ openssl dgst -sha512 thunderbird-38.4.0.en-US.mac.dmg SHA512(thunderbird-38.4.0.en-US.mac.dmg)= ec11b2428fad89db096a2efc326a27e8ca2b4bbb7cf5530ed191e6451fbad772137b744eaeb878b3e6761b8e321191a9fd00e89fc1875855dd5bbbf5d4cc86ac tests-...$ gpg --verify thunderbird-38.4.0.en-US.mac.checksums.asc thunderbird-38.4.0.en-US.mac.checksums gpg: Signature made Tue Dec 15 06:53:37 2015 CST using DSA key ID 50FA58BC gpg: Can't check signature: No public key tests-...$

The key 0x50FA58BC used to verify the checksum file "thunderbird-38.4.0.en-US.mac.checksums" downloaded from https://ftp.mozilla.org/pub/thunderbird/nightly/latest-comm-esr38/ is not available from the Mozilla or MIT PGP key servers; neither Google nor several other search engines locate it, though this is the ID of the public key used to sign this general release file. Here is the full output from my tests: tests-...$ openssl dgst -sha512 thunderbird-38.4.0.en-US.mac.dmg SHA512(thunderbird-38.4.0.en-US.mac.dmg)= ec11b2428fad89db096a2efc326a27e8ca2b4bbb7cf5530ed191e6451fbad772137b744eaeb878b3e6761b8e321191a9fd00e89fc1875855dd5bbbf5d4cc86ac tests-...$ gpg --verify thunderbird-38.4.0.en-US.mac.checksums.asc thunderbird-38.4.0.en-US.mac.checksums gpg: Signature made Tue Dec 15 06:53:37 2015 CST using DSA key ID 50FA58BC gpg: Can't check signature: No public key tests-...$

所有回覆 (1)

more options

There is a KEY file available at https://ftp.mozilla.org/pub/thunderbird/releases/38.0.1/ This key is: Primary User ID Mozilla Software Releases <releases@mozilla.org> Key ID 0x3A06537A Signing subkey 0x15A0A4BC

Checksums are available at https://ftp.mozilla.org/pub/thunderbird/releases/38.4.0/

When trying to verify the sig file SHA512SUMS.asc it fails, because it has been signed with a different key.

> gpg --verify SHA512SUMS.asc SHA512SUMS gpg: Signature made Fri 20 Nov 2015 07:47:50 PM CET using RSA key ID 5E9905DB gpg: Can't check signature: No public key

I have no idea where to get key 0x5E9905DB from.

Update: The key is available at https://gpg.mozilla.org/pks/lookup?search=0x5E9905DB&op=get

由 christ1 於 修改