-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ nav_title: Release signing key | |
category: advanced | ||
--- | ||
|
||
You may obtain the release signing key from: | ||
You can obtain the _release signing key_ from our [GitHub repo](https://raw.githubusercontent.com/feather-wallet/feather/master/utils/pubkeys/featherwallet.asc) or [featherwallet.org](https://featherwallet.org/files/featherwallet.asc). | ||
|
||
- The git repository hosted on [GitHub](https://raw.githubusercontent.com/feather-wallet/feather/master/utils/pubkeys/featherwallet.asc) | ||
- [keys.openpgp.org](https://keys.openpgp.org) (search for `[email protected]`) | ||
- `gpg --keyserver hkps://keys.openpgp.org --search [email protected]` | ||
- Ubuntu's [SKS keyserver](https://keyserver.ubuntu.com/pks/lookup?search=dev%40featherwallet.org&fingerprint=on&op=index) | ||
- `gpg --keyserver hkps://keyserver.ubuntu.com --search [email protected]` | ||
- [featherwallet.org](https://featherwallet.org/files/featherwallet.asc) | ||
It can also be obtained from a keyserver: | ||
|
||
```bash | ||
gpg --keyserver hkps://keys.openpgp.org --search dev@featherwallet.org | ||
gpg --keyserver hkps://keyserver.ubuntu.com --search [email protected] | ||
``` | ||
|
||
### Fingerprint | ||
|
||
|
@@ -21,11 +21,12 @@ After importing the key, verify that the fingerprint matches: | |
8185 E158 A333 30C7 FD61 BC0D 1F76 E155 CEFB A71C | ||
``` | ||
|
||
We recommend that you cross-check the fingerprint shown above through the domains listed below. By cross-checking the integrity of the fingerprint across multiple domains you can be confident that you obtained the correct key. | ||
We recommend that you cross-check the fingerprint shown above through the resources listed below. This way you can be confident that you obtained the correct key. | ||
|
||
- [X profile](https://twitter.com/FeatherWallet) | ||
- [monero.town community sidebar](https://monero.town/c/featherwallet) | ||
- [Matrix channel description](https://matrix.to/#/#feather:monero.social) | ||
- [monero.town community sidebar](https://monero.town/c/featherwallet) | ||
- [monerosecurity.org](https://monerosecurity.org) | ||
- [X profile](https://twitter.com/FeatherWallet) | ||
- Through DNS (Linux): `drill -D key.featherwallet.net TXT` | ||
|
||
If any of the resources listed above do not provide the expected fingerprint, please [report](report-an-issue) this to the developers immediately. | ||
If any of the resources listed above do not have a matching fingerprint, please [report](report-an-issue) this to the developers immediately. |