Skip to content

Commit

Permalink
Replace keys.gnupg.net with pool.sks-keyservers.net
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Dec 27, 2018
1 parent aa14d2e commit bf6b2f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/integration/vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you want to perform a multi-user installation then you will need to:

#!/usr/bin/env bash

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s $1

This will automatically install RVM (update if already installed). In case you encounter an issues with importing gpg keys, check [security](/rvm/security).
Expand Down
2 changes: 1 addition & 1 deletion content/rvm/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RVM supports most UNIX like systems and Windows (with [Cygwin](https://cygwin.co

As a first step install GPG keys used to verify installation package:

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

In case you encounter an issues check [security](/rvm/security)

Expand Down
2 changes: 1 addition & 1 deletion content/rvm/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run our code - trust our keys. Here are the keys from our maintainers:

As a first step, before attempting RVM install, you should install `gpg2` and import those keys:

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

If you encounter problem with the key server above, try a different one. Some alternatives are presented below:

Expand Down

0 comments on commit bf6b2f5

Please sign in to comment.