Thanks, Olav and Pete, for the info about how to clean up the signatures.
Adding the "--export-options export-minimal" option reduced the file to
the expected size. So that is a great solution for the keys I already have.
Peter Lebbing wrote:
> Perhaps it created a whole bunch of self-signatures
A short reply, because this is not the time.
> Johan Wevers mailto:joh...@vulcan.xs4all.nl>>
>> Perhaps it collected a lot of signatures?
>
> I would not have said so, but you are right.
I wouldn't have said so either, because as I understand it, you are generating
the key, so it does not have a
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Hi Steve,
maybe you just want to clean sigs using one of the import/export options.
Olav
___
- From /man gpg/
*--import-options parameters*
This is a space or comma delimited string that gives options for importing
keys. Options can be
On Mon, Mar 10, 2014 at 4:36 PM, Steve Strobel
wrote:
> When we export the public key with a command like "gpg --output
> client-key.gpg --export -a ID49C207DF", is there a way to do so without the
> signatures? We send that key to the server so it can be used to encrypt
> data for the client, bu
Johan Wevers
> Perhaps it collected a lot of signatures?
I would not have said so, but you are right.
On Sat, Mar 8, 2014 at 2:42 AM, Peter Lebbing
wrote:
> You can inspect the data with a command like:
> $ gpg --list-packets "C:/Documents and Settings/steve.strobel/Application
> Data/gnupg\p
On 08-03-2014 0:29, Steve Strobel wrote:
> We have a Windows application that automatically generates a key pair on
> first startup (no passphrase), then sends its public key to a server.
> I recently got an error message caused by the keyfile it created
> exceeding a 10 KB threshold in the appli
On 08/03/14 00:29, Steve Strobel wrote:
> The extra-large key file has typical GPG headers and footers, but a lot more
> data between them than usual.
You can inspect the data with a command like:
$ gpg --list-packets "C:/Documents and Settings/steve.strobel/Application
Data/gnupg\pubring.gpg"
(
We have a Windows application that automatically generates a key pair on
first startup (no passphrase), then sends its public key to a server. It
exports its public key to a file with a command like this:
gpg --output client-key.gpg --export -a ID49C207DF
I recently got an error message caused b