security: Add nodech to the security keys.

This commit is contained in:
Nodari Chkuaselidze 2021-11-15 16:02:29 +04:00
parent e8c9632c3c
commit a124bc92f3
No known key found for this signature in database
GPG key ID: B018A7BB437D1F05

View file

@ -11,12 +11,19 @@ To report security issues send an email to a project maintainer below (not for s
The following keys may be used to communicate sensitive information to developers:
| Name | Email | Fingerprint | Full Key |
|------|-------|-------------|----------|
| Christopher Jeffrey (@chjj) | chjjeffrey@gmail.com | B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD | https://keybase.io/chjj |
| Matthew Zipkin (@pinheadmz) | pinheadmz@gmail.com | E61773CD6E01040E2F1BD78CE7E2984B6289C93A | https://keybase.io/pinheadmz |
| Name | Email | Fingerprint | Full Key |
|-------------------------------------------------------------|------------------------------|------------------------------------------|------------------------------|
| Christopher Jeffrey ([@chjj](https://github.com/chjj)) | chjjeffrey@gmail.com | B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD | https://keybase.io/chjj |
| Matthew Zipkin ([@pinheadmz](https://github.com/pinheadmz)) | pinheadmz@gmail.com | E61773CD6E01040E2F1BD78CE7E2984B6289C93A | https://keybase.io/pinheadmz |
| Nodari Chkuaselidze ([@nodech](https://github.com/nodech)) | nodar.chkuaselidze@gmail.com | D2B2828BD29374D5E9BA3E52CCE677B05CC0FE23 | https://keybase.io/nodech |
You can also import a key by running the following command with an individuals fingerprint:
`gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "<fingerprint>"`
To import the full set:
```
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "B4B1F62DBAC084E333F3A04A8962AB9DE6666BBD"
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "E61773CD6E01040E2F1BD78CE7E2984B6289C93A"
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys "D2B2828BD29374D5E9BA3E52CCE677B05CC0FE23"
```