Skip to content
Snippets Groups Projects
Verified Commit 9b200a4b authored by Chris Croome's avatar Chris Croome
Browse files

update icinga gpg checksums and fingerprints

parent a837fada
No related branches found
No related tags found
No related merge requests found
Pipeline #34994 passed
......@@ -21,13 +21,12 @@ icinga_gpg_url: https://packages.icinga.com/icinga.key
# Get the sha256 checksum using the following command
# wget -q https://packages.icinga.com/icinga.key -O - | sha256sum - | awk '{ print $1 }' | sed 's/^/"sha256:/' | sed 's/$/"/'
icinga_gpg_checksum: "sha256:be677e07972ed57b99ffc2fd211379ac11b9c6a7c8d9460086b447b96b0a82bb"
icinga_gpg_checksum: "sha256:e2b9301181fcc3cd555323cafbecfcd8764f47e06e14e0128f172c544bbb619f"
# Get the gpg fingerprints using the following command
# wget -q https://packages.icinga.com/icinga.key -O - | gpg --with-colons --show-keys - | grep ^fpr | sed 's/^fpr//' | sed 's/://g' | sed 's/^/ - /'
icinga_gpg_fingerprints:
- F51A91A5EE001AA5D77D53C4C6E319C334410682
- DDD216B1814A964705828E45146117B313F2C675
- DD3AF6198ED000B4C0B73956CC116F55AA7F2382
# Packages available will vary between distros, you can get the packages installed from this repo using
# aptitude search "?origin (icinga) ?installed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment