Skip to content

Commit

Permalink
clarify RSK doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Oct 9, 2024
1 parent 4cad456 commit c816c53
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions content/_guides/release_signing_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

0 comments on commit c816c53

Please sign in to comment.