|
@@ -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
|