Skip to content

Commit cdd1ae3

Browse files
Update 3.0.0 to use new pgp key for deb and rpm (#9672)
Signed-off-by: Peter Zhu <[email protected]>
1 parent ce07355 commit cdd1ae3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

_install-and-configure/install-dashboards/debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The Debian package is not signed. If you would like to verify the fingerprint, t
5656
```
5757
1. Download and import the GPG key.
5858
```bash
59-
curl -o- https://artifacts.opensearch.org/publickeys/opensearch.pgp | gpg --import -
59+
curl -o- https://artifacts.opensearch.org/publickeys/opensearch-release.pgp | gpg --import -
6060
```
6161
1. Verify the signature.
6262
```bash
@@ -73,7 +73,7 @@ APT, the primary package management tool for Debian–based operating systems, a
7373
```
7474
1. Import the public GPG key. This key is used to verify that the APT repository is signed.
7575
```bash
76-
curl -o- https://artifacts.opensearch.org/publickeys/opensearch.pgp | sudo gpg --dearmor --batch --yes -o /usr/share/keyrings/opensearch-keyring
76+
curl -o- https://artifacts.opensearch.org/publickeys/opensearch-release.pgp | sudo gpg --dearmor --batch --yes -o /usr/share/keyrings/opensearch-release-keyring
7777
```
7878
1. Create an APT repository for OpenSearch.
7979
```bash

_install-and-configure/install-dashboards/rpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OpenSearch Dashboards is the default visualization tool for data in OpenSearch.
2222
1. Download the RPM package for the desired version directly from the [OpenSearch downloads page](https://opensearch.org/downloads.html){:target='\_blank'}. The RPM package can be download for both **x64** and **arm64** architectures.
2323
1. Import the public GPG key. This key verifies that your OpenSearch instance is signed.
2424
```bash
25-
sudo rpm --import https://artifacts.opensearch.org/publickeys/opensearch.pgp
25+
sudo rpm --import https://artifacts.opensearch.org/publickeys/opensearch-release.pgp
2626
```
2727
1. From the command line interface (CLI), you can install the package with `rpm` or `yum`.
2828
**x64**

_install-and-configure/install-opensearch/debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The Debian package is not signed. If you would like to verify the fingerprint, t
9292

9393
1. Download and import the GPG key.
9494
```bash
95-
curl -o- https://artifacts.opensearch.org/publickeys/opensearch.pgp | gpg --import -
95+
curl -o- https://artifacts.opensearch.org/publickeys/opensearch-release.pgp | gpg --import -
9696
```
9797
{% include copy.html %}
9898

@@ -114,7 +114,7 @@ APT, the primary package management tool for Debian–based operating systems, a
114114

115115
1. Import the public GPG key. This key is used to verify that the APT repository is signed.
116116
```bash
117-
curl -o- https://artifacts.opensearch.org/publickeys/opensearch.pgp | sudo gpg --dearmor --batch --yes -o /usr/share/keyrings/opensearch-keyring
117+
curl -o- https://artifacts.opensearch.org/publickeys/opensearch-release.pgp | sudo gpg --dearmor --batch --yes -o /usr/share/keyrings/opensearch-release-keyring
118118
```
119119
{% include copy.html %}
120120

_install-and-configure/install-opensearch/rpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This guide assumes that you are comfortable working from the Linux command line
4040
1. Import the public GNU Privacy Guard (GPG) key. This key verifies that your OpenSearch instance is signed.
4141

4242
```bash
43-
sudo rpm --import https://artifacts.opensearch.org/publickeys/opensearch.pgp
43+
sudo rpm --import https://artifacts.opensearch.org/publickeys/opensearch-release.pgp
4444
```
4545
{% include copy.html %}
4646

0 commit comments

Comments
 (0)