[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Signing gpg key



On Tue, Oct 24, 2000 at 01:59:37AM +0200, Enrique Robledo Arnuncio wrote:
> 
> gpg --secret-keyring .gnupg/secring.gpg --secret-keyring ~/.pgp/secring.pgp --keyring ~/.pgp/pubring.pgp --default-key hilliard@debian.org  --sign-key 390D6559 
> 
> That is, tell gpg about both secret keyrings. I think I had to do
> that.
>

I was wrong: This would allow you to find secret keys in both keyrings
at the same time. What you want is to find public keys in both
keyrings:

gpg  --load-extension idea --secret-keyring .gnupg/secring.gpg --secret-keyring .gnupg/secring.gpg --keyring ~/.gpg/secring.gpg --keyring ~/.pgp/pubring.pgp --default-key hilliard@debian.org  --sign-key 390D6559 

That way you may get access to both public and private keyrings for
gpg and pgp.

BTW: My gnupg 1.0.4 provides the rsa extensions, but still needs
gpg-idea package.  ("--load-extension idea" is needed).

--- Enrique Robledo Arnuncio <erobledo@ieee.org>
                             <erobledo@die.upm.es>
                             <era@ieeesb.etsit.upm.es> ---



Reply to: