Erik Enge wrote:
I usually sign my files with
gpg --sign -armor -r erik@nittin.net <filename>
This produces <filename>.asc and I upload it and <filename>.
Try that and let me know if it doesn't work for you.
OK, finally got around to this, and I see the same thing that made me think I had it wrong: the .asc looks to be roughly the same size as the file signed. Is that right? I'm no expert on digital signature, but that seems wrong. I'll go ahead and upload them (Cello screenshots) anyway--the world is waiting! :)
kt
On Mar 18, 2004, at 11:54 AM, Kenny Tilton wrote:
OK, finally got around to this, and I see the same thing that made me think I had it wrong: the .asc looks to be roughly the same size as the file signed. Is that right?
That seems fairly high. The .asc file shouldn't be very big.
I'm no expert on digital signature, but that seems wrong. I'll go ahead and upload them (Cello screenshots) anyway--the world is waiting! :)
Sure, no problem. Send me a link and I will see if I can use that signature.
Erik.
On Mar 18, 2004, at 11:54 AM, Kenny Tilton wrote:
gpg --sign -armor -r erik@nittin.net <filename>
My mistake, lose the "-r erik@nittin.net" and just do:
gpg --sign --armor <filename>
That should take care of it.
About us signing your key: already done. Download our keychain from: http://common-lisp.net/keyring.asc and import it (gpg --import, IIRC).
Erik.
Erik Enge wrote:
On Mar 18, 2004, at 11:54 AM, Kenny Tilton wrote:
gpg --sign -armor -r erik@nittin.net <filename>
My mistake, lose the "-r erik@nittin.net" and just do:
gpg --sign --armor <filename>
That should take care of it.
Still big. Bigger, actually: 996kb.
I broke down and tried help.
gpg --detach-sign <filename>
...gave me a 1kb .SIG file. Is that OK?
kt
On Mar 18, 2004, at 4:54 PM, Kenny Tilton wrote:
Still big. Bigger, actually: 996kb.
I broke down and tried help.
gpg --detach-sign <filename>
...gave me a 1kb .SIG file. Is that OK?
That sounds ok. I bet we have different versions of gpg (1.2.2 here) and that's what been causing the confusion.
Erik.