Skip to content

Commit

Permalink
Update key server URLs and decommission of sks-keyservers.net (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aevyz authored Mar 25, 2022
1 parent af3a56e commit 374db95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Fix conditional logic for detecting and removing versions of Ruby (#212)
* Report when Ruby is removed and don't ignore when version listing fails (#212)
* Refactor rubies install and remove tasks, allow rvm to handle idempotency around this (#219)
* Update key server URLs and decommission of sks-keyservers.net (#232)

#### Changes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rvm1_rvm_check_for_updates: True
rvm1_gpg_keys: '409B6B1796C275462A1703113804BB82D39DC0E3'

# The GPG key server
rvm1_gpg_key_server: 'hkp://pool.sks-keyservers.net'
rvm1_gpg_key_server: 'hkp://keys.openpgp.org'

# autolib mode, see https://rvm.io/rvm/autolibs
rvm1_autolib_mode: 3
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ rvm1_rvm_check_for_updates: True
rvm1_gpg_keys: '409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB'

# The GPG key server
rvm1_gpg_key_server: 'hkp://pool.sks-keyservers.net'
rvm1_gpg_key_server: 'hkp://keys.openpgp.org'

# The GPG alternative key servers
rvm1_gpg_key_servers:
- '{{ rvm1_gpg_key_server }}'
- hkp://ipv4.pool.sks-keyservers.net
- hkp://pgp.mit.edu
- hkp://keyserver.pgp.com
- hkp://keyserver.ubuntu.com

# autolib mode, see https://rvm.io/rvm/autolibs
rvm1_autolib_mode: 3
Expand Down

0 comments on commit 374db95

Please sign in to comment.