-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gpg key documentation with Edouard key #1331
Merged
edouardparis
merged 1 commit into
wizardsardine:master
from
edouardparis:update-doc-gpg-key
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# Security policy | ||
|
||
Please report any vulnerability or any bug that could potentially affect the security of users' | ||
funds by mail to [`antoine@wizardsardine.com`](mailto:antoine@wizardsardine.com). | ||
funds by mail to [`edouard@wizardsardine.com`](mailto:edouard@wizardsardine.com). | ||
|
||
You may use my GPG public key to encrypt your mail: `590B7292695AFFA5B672CBB2E13FC145CD3F4304`. You | ||
You may use Edouard GPG public key to encrypt your mail: `5B63F3B97699C7EEF3B040B19B7F629A53E77B83`. You | ||
can get it from: | ||
- [`keys.openpg.org`](https://keys.openpgp.org/search?q=darosior%40protonmail.com): `gpg --keyserver hkps://keys.openpgp.org --receive 590B7292695AFFA5B672CBB2E13FC145CD3F4304`. | ||
- [My personal website](http://download.darosior.ninja/darosior.pub) | ||
- [Bitcoin Core's `guix.sigs` Github repository](https://github.com/bitcoin-core/guix.sigs/blob/main/builder-keys/darosior.gpg) | ||
- [`keys.openpg.org`](https://keys.openpgp.org/search?q=m%40edouard.paris): `gpg --keyserver hkps://keys.openpgp.org --receive 5B63F3B97699C7EEF3B040B19B7F629A53E77B83`. | ||
- [his personal website](https://edouard.paris/keys/5B63F3B97699C7EEF3B040B19B7F629A53E77B83) |
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
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 |
---|---|---|
|
@@ -10,13 +10,12 @@ The recommended installation method for regular users is to download [an executa | |
from our website](https://wizardsardine.com/liana/). If you prefer to build the project from source, | ||
see [`BUILD.md`](BUILD.md) instead. | ||
|
||
We recommend you verify the software you downloaded against a PGP signature made by Antoine Poinsot | ||
using his key `590B7292695AFFA5B672CBB2E13FC145CD3F4304`. For now the PGP signatures for the | ||
We recommend you verify the software you downloaded against a PGP signature made by Edouard Paris | ||
using his key `5B63F3B97699C7EEF3B040B19B7F629A53E77B83`. For now the PGP signatures for the | ||
binaries downloaded on our website are only available on the [Github release | ||
page](https://github.com/wizardsardine/liana/releases). Find the `.asc` file in the list | ||
corresponding to the binary you downloaded. Antoine's key is available elsewhere for cross-checking, | ||
such as on [his Twitter profile](https://twitter.com/darosior) or [Bitcoin Core's like of builder | ||
keys](https://github.com/bitcoin-core/guix.sigs/blob/main/builder-keys/darosior.gpg). | ||
corresponding to the binary you downloaded. Edouard's key is available elsewhere for cross-checking, | ||
such as on [his personal website](https://edouard.paris). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would have been better to link it directly https://edouard.paris/keys/5B63F3B97699C7EEF3B040B19B7F629A53E77B83.asc |
||
|
||
For Arch users, a `liana-bin` is also available at the [AUR](https://aur.archlinux.org/). You can | ||
install it using your favourite wrapper (eg `paru -S liana-bin` or `yay -S liana-bin`), or manually: | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not worth giving these potentially confusing details, as user would never want to run an earlier version, and certainly not in the TRY.md.