generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 527
Update signature verification with new instructions for different keys #3734
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
Draft
zelinh
wants to merge
2
commits into
opensearch-project:main
Choose a base branch
from
zelinh:update-sig-verify
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 |
|---|---|---|
|
|
@@ -7,9 +7,9 @@ title: How to verify signatures | |
| ## How to verify signatures for downloadable artifacts | ||
|
|
||
| ### <a name="Pgp">PGP</a> | ||
| Download our PGP key using the link below and import it. | ||
| Download our PGP key using the link below and import it. | ||
|
|
||
| If you’re using gpg, you just need to run: | ||
| If you’re using gpg, you just need to run: | ||
|
|
||
| ``` | ||
| gpg --import /path/to/key | ||
|
|
@@ -21,11 +21,27 @@ You can then verify the signature by downloading it into the same directory wher | |
| gpg --verify /path/to/signature /path/to/tarball | ||
| ``` | ||
|
|
||
| It should show a good signature signed by [email protected]. | ||
| ### Which Key to Use? | ||
|
|
||
| Our current PGP key fingerprint is `C5B7 4989 65EF D1C2 924B A9D5 39D3 1987 9310 D3FC` | ||
| We use different PGP keys for different release versions: | ||
|
|
||
| [Get our PGP Key](https://artifacts.opensearch.org/publickeys/opensearch.pgp) | ||
| - **For versions 3.0.0 and later**, use the key with fingerprint: | ||
|
|
||
| `A8B2 D9E0 4CD5 1FEF 6AA2 DB53 BA81 D999 8119 1457` | ||
|
|
||
| This key signs as `[email protected]`. | ||
|
|
||
| [Download PGP Key for 3.0.0+](https://artifacts.opensearch.org/publickeys/opensearch-release.pgp) | ||
|
|
||
| - **For versions before 3.0.0**, use the key with fingerprint: | ||
|
|
||
| `C5B7 4989 65EF D1C2 924B A9D5 39D3 1987 9310 D3FC` | ||
|
|
||
| This key signs as `[email protected]`. | ||
|
|
||
| [Download PGP Key for pre-3.0.0](https://artifacts.opensearch.org/publickeys/opensearch.pgp) | ||
|
|
||
| Signature verification will show a **"Good signature"** from the corresponding email if successful. | ||
|
|
||
| *Note: If you see "gpg: Note: This key has expired!" as originally noted in [Issue 2040](https://github.com/opensearch-project/opensearch-build/issues/2040){:target="_blank"}, please download the newest key. See change log for dates.* | ||
|
|
||
|
|
@@ -72,6 +88,8 @@ Certificate Fingerprint: | |
|
|
||
| ## Change Log ## | ||
|
|
||
|
|
||
| Signature Email: `[email protected]` | ||
| <div class="table-styler"></div> | ||
|
|
||
| | Date | Issue | Created | Expires | | ||
|
|
@@ -82,4 +100,11 @@ Certificate Fingerprint: | |
| | 2023-07-17 | [Issue 3633](https://github.com/opensearch-project/opensearch-build/issues/3633){:target="_blank"} | 2023-07-05 | 2027-06-28 | | ||
| | 2024-05-07 | [Issue 3468](https://github.com/opensearch-project/opensearch-build/issues/3468){:target="_blank"} | 2024-05-01 | 2025-05-12 | | ||
|
|
||
| Signature Email: `[email protected]` | ||
| <div class="table-styler"></div> | ||
|
|
||
| | Date | Issue | Created | Expires | | ||
| |:-----------|:-------|:-----------|:-----------| | ||
| | 2025-04-22 | [Issue 5308](https://github.com/opensearch-project/opensearch-build/issues/5308){:target="_blank"} | 2025-03-06 | 2027-03-06 | | ||
|
|
||
| <br> | ||
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.
Uh oh!
There was an error while loading. Please reload this page.