mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 10:12:28 +02:00
Fixes #10093. This commit removes some old signing keys that haven't been used to sign in a while and have either expired or been revoked. === scripts/keys/arshbot.asc === KeyID: 90E00CCB1C74C611 Created: 2018-08-08 Expires: 2022-08-08 Revoked: NO === scripts/keys/Crypt-iQ.asc === KeyID: 118759E83439A9B1 Created: 2019-05-31 Expires: 2022-10-13 Revoked: NO https://github.com/lightningdevkit/rust-lightning/pull/2029
Release verification keys
This directory contains all keys that are currently signing lnd
releases.
The name of the file must match exactly the suffix that user is going to use
when signing a release.
For example, if the key is called eugene_.asc
then that user must upload a
signature file called manifest-eugene_-v0.xx.yy-beta.sig
, otherwise the
verification will fail. See the release
documentation for
details on how to create the signature.
In addition to adding the key file here as a .asc
file the
scripts/verify-install.sh
file must also be updated with the key ID and the
reference to the key file.