richardlehane / siegfried

signature-based file format identification
http://www.itforarchivists.com/siegfried
Apache License 2.0
214 stars 30 forks source link

Signatures invalid when trying to update sf via apt (ubuntu/debian) #197

Closed hmiguim closed 2 years ago

hmiguim commented 2 years ago

Hi, I'm getting this error when trying to update sf after running apt update:

  The following signatures were invalid: EXPKEYSIG A702E58BD13BE0B5 Richard Lehane (siegfried) <richard@itforarchivists.com>
richardlehane commented 2 years ago

thanks for letting me know Miguel, it looks like my signing key expired over the weekend. I'll aim to fix this tonight

richardlehane commented 2 years ago

I've renewed the debian package's signing key and republished it to the ubuntu keyserver.

Re-running this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 20F802FE798E6857 should now fix it.

Please let me know if any issues!

hmiguim commented 2 years ago

Thank you, it is working fine.