X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/da37bd9e9da585fdc382455b298739e21433c175..220aba7ec291f6f8de8982074a3488d28b4aee1f:/lib/project-readme.rb diff --git a/lib/project-readme.rb b/lib/project-readme.rb index ffe3e3f..079640e 100644 --- a/lib/project-readme.rb +++ b/lib/project-readme.rb @@ -82,10 +82,10 @@ def project_readme(item = @item) obtaining += line.lstrip end - gpg_uid = "nbowler@draconx.ca" + gpg_keyid = "5B45D3D185B8E1F6" obtaining += "\n\n" + <<~EOF [gpg]: https://gnupg.org/ - [keyring]: /pubring/#{gpg_uid}.asc + [keyring]: /pubring/#{gpg_keyid}.asc Use the signature file to verify that the corresponding source bundle is intact. After downloading both files, if [GnuPG][gpg] @@ -96,7 +96,7 @@ def project_readme(item = @item) If the verification fails because you don't have the required public key, that key can be imported with a command such as: - gpg --locate-external-keys #{gpg_uid} + gpg --keyserver keys.draconx.ca --recv-keys #{gpg_keyid} Then run the verify command again. Alternatively, you can [download the public keyring][keyring] manually and import it