1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 01:43:22 +01:00

Add t-bast's GPG key to SECURITY.md (#2621)

This commit is contained in:
Bastien Teinturier 2023-04-05 14:26:48 +02:00 committed by GitHub
parent e383d81de8
commit db15beb015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,14 @@ The following keys may be used to communicate sensitive information to developer
|---------------------|---------------------------------------------------| |---------------------|---------------------------------------------------|
| Pierre-Marie Padiou | 6AA4 5A4C 209A 2D30 64CF 66BE E434 ED29 2E85 643A | | Pierre-Marie Padiou | 6AA4 5A4C 209A 2D30 64CF 66BE E434 ED29 2E85 643A |
| Fabrice Drouin | C25A 288A 842E AF7A A5B5 303F 7A73 FE77 DE2C 4027 | | Fabrice Drouin | C25A 288A 842E AF7A A5B5 303F 7A73 FE77 DE2C 4027 |
| Bastien Teinturier | 72BD 8AD9 F656 1619 37FA 8A5D 34F3 77B0 100E D6BB |
You can import keys by running the following commands: You can import keys by running the following commands:
```sh ```sh
gpg --keyserver https://acinq.co/pgp/padioupm.asc --recv-keys "6AA4 5A4C 209A 2D30 64CF 66BE E434 ED29 2E85 643A" gpg --keyserver https://acinq.co/pgp/padioupm.asc --recv-keys "6AA4 5A4C 209A 2D30 64CF 66BE E434 ED29 2E85 643A"
gpg --keyserver https://acinq.co/pgp/drouinf.asc --recv-keys "C25A 288A 842E AF7A A5B5 303F 7A73 FE77 DE2C 4027" gpg --keyserver https://acinq.co/pgp/drouinf.asc --recv-keys "C25A 288A 842E AF7A A5B5 303F 7A73 FE77 DE2C 4027"
gpg --keyserver https://acinq.co/pgp/tbast.asc --recv-keys "72BD 8AD9 F656 1619 37FA 8A5D 34F3 77B0 100E D6BB"
``` ```
Ensure that you put quotes around fingerprints containing spaces. Ensure that you put quotes around fingerprints containing spaces.