Skip to content

Commit

Permalink
use "pgp.mit.edu" as default GPG key server
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab85 committed Dec 25, 2021
1 parent 2a08511 commit c0949d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ detector_dir: "/opt/cve-2021-44228/"
detector_run_dir: 'tmp'
detector_options: '-n -d --no-progress --scan {{ detector_path }}'
gpg_keyid: '7514F77D8366B0D9'
gpg_server:
- keys.openpgp.org
- pgp.mit.edu
gpg_server: "pgp.mit.edu"
clean_run_before: true
delete_after: true
verify_gpg: true
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ intro: |
Please refer to the Red Hat Security Bullettin for up-to-date information and
adjust the playbook variables accordingly.
{{ rh_bullettin }}.
gpg_public_key: 'gpg --keyserver {{ gpg_server[0] }} --recv {{ gpg_keyid }}'
gpg_public_key: 'gpg --keyserver {{ gpg_server }} --recv {{ gpg_keyid }}'
gpg_verify: >-
gpg --verify {{ detector_dir }}{{ sh_signature }}
{{ detector_dir }}{{ sh_detector }}
Expand Down

0 comments on commit c0949d0

Please sign in to comment.