Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated SHA256 sum and GPG key id for new GPG key. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darkarnium
Copy link

As per AppNeta support on the September 28th 2014 the GPG key for the Traceview APT repository expired. As a result, running this cookbook currently fails as both the SHA256 checksum in the 'remote_file' directive is now incorrect, as is the GPG Key Id.

I have updated the SHA256 checksum from the new key file and verified that I am able to install with the updated checksum and key.

The SHA256 sum and GPG key were fetched in the following manner:

[LOCAL] *******@u1410n0:[/var/tmp]$ curl -O https://apt.tracelytics.com/tracelytics-apt-key.pub -s
[LOCAL] *******@u1410n0:[/var/tmp]$ gpg tracelytics-apt-key.pub 
pub  4096R/E04AD2E4 2014-09-29 AppNeta TraceView Package Manager <[email protected]>
[LOCAL] *******@u1410n0:[/var/tmp]$ sha256sum tracelytics-apt-key.pub
6c560210a2265cba05edcba6629b8e3383db414bab94a8c89d1369ad5b56691e  tracelytics-apt-key.pub

The checksum and key can also be validated via the AppNeta support article on the key expiration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant