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

gpg key has been expired #37

Open
paileActivist opened this issue Nov 16, 2022 · 4 comments
Open

gpg key has been expired #37

paileActivist opened this issue Nov 16, 2022 · 4 comments

Comments

@paileActivist
Copy link

signifyportable.pub missing from realease page.
i have run:

$ gpg --verify -o signifyportable.pub signifyportable.pub.asc 
gpg: no signed data
gpg: can't hash datafile: No data
@paileActivist
Copy link
Author

paileActivist commented Nov 16, 2022

after importing your key 0x5aa3bc334fd7e3369e7c77b291c559dbe4c9123b

curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x5aa3bc334fd7e3369e7c77b291c559dbe4c9123b" | gpg --import
gpg: key 91C559DBE4C9123B: 14 signatures not checked due to missing keys
gpg: /home/demo/.gnupg/trustdb.gpg: trustdb created
gpg: key 91C559DBE4C9123B: public key "Adrián Pérez de Castro <aperez@igalia.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no ultimately trusted keys found

then, when running :

gpg --verify-files signify-31.tar.xz.asc 

give:

gpg: assuming signed data in 'signify-31.tar.xz'
gpg: Signature made 13 مارس, 2022 10:34:02 م CET
gpg:                using DSA key 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
gpg: Good signature from "Adrián Pérez de Castro <aperez@igalia.com>" [expired]
gpg:                 aka "Adrián Pérez de Castro (personal) <adrian@perezdecastro.org>" [expired]
gpg: Note: This key has expired!
Primary key fingerprint: 5AA3 BC33 4FD7 E336 9E7C  77B2 91C5 59DB E4C9 123B

As you can see, your gpg key has been expired.

@paileActivist paileActivist changed the title signifyportable.pub missing from realease page gpg key has been expired Nov 16, 2022
@paileActivist
Copy link
Author

i have found signifyportable.pub at https://github.com/aperezdc/signify/tree/master/keys
But still gpg key has been expired , just for information 😄

bash -xc 'curl -fsSLROJ "https://raw.githubusercontent.com/aperezdc/signify/master/keys/signifyportable.pub{,.asc}" \
&& gpg --verify-files signifyportable.pub.asc ; gpg --verify -o signifyportable.pub signifyportable.pub.asc '
+ curl -fsSLROJ 'https://raw.githubusercontent.com/aperezdc/signify/master/keys/signifyportable.pub{,.asc}'
+ gpg --verify-files signifyportable.pub.asc
gpg: assuming signed data in 'signifyportable.pub'
gpg: Signature made 24 سبتمبر, 2020 11:49:04 ص CET
gpg:                using DSA key 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
gpg: Good signature from "Adrián Pérez de Castro <aperez@igalia.com>" [expired]
gpg:                 aka "Adrián Pérez de Castro (personal) <adrian@perezdecastro.org>" [expired]
gpg: Note: This key has expired!
Primary key fingerprint: 5AA3 BC33 4FD7 E336 9E7C  77B2 91C5 59DB E4C9 123B
+ gpg --verify -o signifyportable.pub signifyportable.pub.asc
gpg: assuming signed data in 'signifyportable.pub'
gpg: Signature made 24 سبتمبر, 2020 11:49:04 ص CET
gpg:                using DSA key 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
gpg: Good signature from "Adrián Pérez de Castro <aperez@igalia.com>" [expired]
gpg:                 aka "Adrián Pérez de Castro (personal) <adrian@perezdecastro.org>" [expired]
gpg: Note: This key has expired!
Primary key fingerprint: 5AA3 BC33 4FD7 E336 9E7C  77B2 91C5 59DB E4C9 123B

@paileActivist
Copy link
Author

I have successfully verified with:
signify-openbsd -C -p signifyportable.pub -x SHA256.sig

Signature Verified
signify-31.tar.xz: OK

@paileActivist
Copy link
Author

i will leave this issue open for your information about your expired gpg key.
feel free to close this issue , if you desire.
peace 🍀

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

No branches or pull requests

1 participant