Skip to content

Commit

Permalink
docs(repositories): corrected gpg signingn key for newer rhel systems
Browse files Browse the repository at this point in the history
On newer RHEL systems SHA1 keys are no longer supported: https://www.redhat.com/en/blog/rhel-security-sha-1-package-signatures-distrusted-rhel-9

related issue: elastic/elasticsearch#85876

Solution: elastic/elasticsearch#85876 (comment)
  • Loading branch information
rwxd committed Jun 13, 2024
1 parent f9fec1e commit 04456aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/repositories.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ To add the {repo} repository for YUM:
+
[source,sh]
--------------------------------------------------
sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch
sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
--------------------------------------------------

. Create a file with a `.repo` extension (for example, `elastic.repo`) in
Expand Down

0 comments on commit 04456aa

Please sign in to comment.