You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by kelvin goodson <ke...@gmail.com> on 2006/10/16 21:17:51 UTC

KEYS file contents

Can anyone help me

1) get the correct format for my gpg KEYS file and
2) confirm that I can just append it to the file at
https://svn.apache.org/repos/asf/incubator/tuscany/KEYS

Currently when I export the key with "gpg --armor --export" I get

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.2.2 (MingW32)

mQGiBEUUBMURBAC2A2TU5MsP32Q+aOmPAKPqNafBlYURknO4gvlq83nyA/lC/jWx
rN77xhopbWKFV5y1Dr2b65g8t80sL2ZbA6YvoXD9UU2zI5s+udJSJdtspGn+/JjW
G19fJzlJBx1SfnrHiUo863gxxRWImjHaN/nJCf0NP8eMhJwW98+EV19M9wCghRGx
Q5UBiLparFpVOIDAVAr3Il0D/3WHuCyGAwctnRbhTWxqkIMrl5X6nX2AK3mwErF8
9UY30Abff4DrK3JH2AFWbq5Ojj1LQpcixA6TORBRIsamWMwHW+jF29RZ2VrXWIST
8OSYW8m1Sz0d+NgoZ+4TMwgVo0zXp62Ne2T55ydMaoljTEKADC4NFcB90hpiERp0
vTC7A/wJCz63JshK/2v+fXgTsnqjc6Mp/ye2f06GgKleG4bkpT2ouH+YcSe91FXm
0LdCt+wL3UI4ZO0R3r7CSlyv8dNIkVWFp7EjX0QI8UeMa0oyrmGpiwsCBNsQfB4s
pkX+wV0EBRjxQo6zgrpH19u3nblbdG5dd5JCTxeXuZnniMw1jbQ/S2VsdmluIEdv
b2Rzb24gKEZvciBBcGFjaGUgVHVzY2FueSkgPGtlbHZpbkB0aGVnb29kc29ucy5v
cmcudWs+iFsEExECABsFAkUUBMUGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQjjen
AsqzDdy2GgCfbh/P3MHGeVnWk9mNwo23DIIc1mMAnAsQXgc+wLIiWc1gv/qPGttY
v9uouQENBEUUBMYQBACDIE4E/vxTPuBmBGl0DXBlVTrYAXwreqXEzkVpp1wot6Kk
pP1jpCRNAgcbChHEihgYsjTjYOUQzjjVGpfiK+OwSE5wcFRk/yCpuW8VGOF/Pl1T
xE4lP9sakHUxZN2dDQHUBFMEg8UGwfZVcyVIwK+5kF9T9RKdgHReMnX0C9TxewAD
BQP8DQlt7CeTZLuqdDMUMsOQDRDFGQixxQaYs0yt9YKdYBF1PKPTo4kC1eyxzB0f
TS2fFobPh0kYyv9ONf9wXCOEmj/Dm7MHlGnY9Mfvau8egrvg80m4m7Nf+yPDox1W
qIX1oIxWApfAqPWms95Nicw+tXEjCKvO9FUYxaCt02cSuCSIRgQYEQIABgUCRRQE
xgAKCRCON6cCyrMN3KNdAJ9FFapT1VNt+PnCozDbkUiOiQbozwCeNRuGc/grfMUl
9uESpkPsxPnX/UQ=
=zUaf
-----END PGP PUBLIC KEY BLOCK-----

which doesn't identify me in the same way that the existing one in  svn
identifies Jeremy.
My guess is I need to get that format of header before adding it to the svn
file.

Regards, Kelvin.

Re: KEYS file contents

Posted by robert burrell donkin <ro...@gmail.com>.
On 10/16/06, kelvin goodson <ke...@gmail.com> wrote:
> Can anyone help me
>
> 1) get the correct format for my gpg KEYS file and

see below

> 2) confirm that I can just append it to the file at
> https://svn.apache.org/repos/asf/incubator/tuscany/KEYS

yeh - just append it (everything that isn't an export will be ignored by import)

<snip>

> which doesn't identify me in the same way that the existing one in  svn
> identifies Jeremy.
> My guess is I need to get that format of header before adding it to the svn
> file.

gpg --list-keys rdonkin
pub   1024D/B1313DE2 2003-01-15
uid                  Robert Burrell Donkin (CODE SIGNING KEY)
<rd...@apache.org>
uid                  Robert Burrell Donkin <ro...@gmail.com>
uid                  Robert Burrell Donkin
<ro...@blueyonder.co.uk>
sub   1024D/7D0D4DED 2006-06-18 [expires: 2008-06-17]
sub   2048g/48F0B49F 2005-05-30

BTW if you are still on GnuPG 1.2.2, i strongly recommend upgrading to
a more recent version

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org