michaelrsweet / htmldoc

HTML Conversion Software
https://www.msweet.org/htmldoc
GNU General Public License v2.0
206 stars 46 forks source link

No public PGP key available for v1.9.14 signatures #460

Closed dbermond closed 2 years ago

dbermond commented 2 years ago

The signature files for version 1.9.14 uses a different PGP public key from the previous releases. And this new key is not available on the default PGP keyserver, and also not on the Ubuntu keyserver. At least not for the .tar.gz signed source tarball, which is the one that I tested.

When trying to retrieve key ID BE67C75EC81F3244 (new key) from the PGP keyserver:

$ gpg --recv-keys BE67C75EC81F3244
gpg: keyserver receive failed: No data
$ gpg --recv-keys --keyserver keyserver.ubuntu.com BE67C75EC81F3244
gpg: keyserver receive failed: No data

Previous key for 1.9.13 release (and earlier ones) can be received fine:

$ gpg --recv-keys 999559A027815955
gpg: key 999559A027815955: public key "Michael R Sweet <michael.r.sweet@gmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
michaelrsweet commented 2 years ago

@dbermond It is true I'm using a new PGP key with the latest HTMLDOC release, and I did upload the key to keys.openpgp.org - I'll see if I can get it uploaded to Ubuntu's key server...

michaelrsweet commented 2 years ago

That is now done.

dbermond commented 2 years ago

Thank you!