firefox: fetch signing key with curl
The hkp protocol keeps erroring out with "server indicated failure".
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user