firefox: fetch signing key with curl

The hkp protocol keeps erroring out with "server indicated failure".
This commit is contained in:
Martin Weinelt 2024-06-25 12:37:22 +02:00
parent 3ce4a6b83a
commit 29224f6778
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -22,7 +22,7 @@ writeScript "update-${attrPath}" ''
set -eux
HOME=`mktemp -d`
export GNUPGHOME=`mktemp -d`
gpg --receive-keys ADD7079479700DCADFDD5337E36D3B13F3D93274
curl https://keys.openpgp.org/vks/v1/by-fingerprint/14F26682D0916CDD81E37B6D61B7B526D98F0353 | gpg --import -
url=${baseUrl}