|
|
Subscribe / Log in / New account

A new free-software forge: sr.ht

A new free-software forge: sr.ht

Posted Jan 9, 2019 3:26 UTC (Wed) by unixbhaskar (guest, #44758)
Parent article: A new free-software forge: sr.ht

Well, bumped on it. PGP key upload always said it's too big, In spite of using their method to get the minimal key and tried to upload the same ...still the result is same. I do hope someone might look into that.


to post comments

A new free-software forge: sr.ht

Posted Jan 9, 2019 7:51 UTC (Wed) by Shugyousha (subscriber, #93672) [Link]

Sounds like a bug. Maybe you can report the issue you had here?: https://todo.sr.ht/%7Esircmpwn/git.sr.ht

A new free-software forge: sr.ht

Posted Jan 15, 2019 3:17 UTC (Tue) by aaronmdjones (subscriber, #119973) [Link]

It may be because, as in my case, you have a photo UID on the key. This can be many kilobytes; in my case it results in a key more than 600 KiB. You can temporarily delete photo UIDs and export it, and then refresh your key from a keyserver to get your UIDs and their signatures back. After all, encrypting email to you doesn't need photos anyway. For some unknown reason, '--export-options export-minimal' doesn't remove photos.

$ gpg --edit-key ...
(gpg) uid 3
(gpg) deluid
(gpg) save
$ gpg --export ...
$ gpg --refresh-keys ...


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds