Browse Source

Docs: use https to download the gpg public key

Closes #8818
Alexander Clausen 11 years ago
parent
commit
633905161a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/setup/repositories.asciidoc

+ 2 - 2
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