diff --git a/docs/reference/setup/repositories.asciidoc b/docs/reference/setup/repositories.asciidoc index e424706d745..aec16b244bd 100644 --- a/docs/reference/setup/repositories.asciidoc +++ b/docs/reference/setup/repositories.asciidoc @@ -20,7 +20,7 @@ Download and install the Public Signing Key [source,sh] -------------------------------------------------- -wget -qO - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add - +wget -qO - https://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add - -------------------------------------------------- Add the following to your /etc/apt/sources.list to enable the repository @@ -51,7 +51,7 @@ Download and install the Public Signing Key [source,sh] -------------------------------------------------- -rpm --import http://packages.elasticsearch.org/GPG-KEY-elasticsearch +rpm --import https://packages.elasticsearch.org/GPG-KEY-elasticsearch -------------------------------------------------- Add the following in your `/etc/yum.repos.d/` directory