« Return to Thread: one more question: is there a way to use additional keyring when needed ?

Re: one more question: is there a way to use additional keyring when needed ?

by vl.pavlov :: Rate this Message:

Reply to Author | View in Thread

hello,


i used
secret-keyring /media/USB/.gnupg/secring.gpg
and everything worked fine,
but now enigmail does not recognize ~/.gnupg/secring.gpg
as default seckeyring

even with this solution i am satisfied, but still i wander is there a way to
set additional seckeying from USB stick

?

thanx for interest


John Clizbe-3 wrote:
vl.pavlov wrote:
> hello,
>
> i wish to use additional keyring from USB stick, (i have keys on .gnupg
> folder on my stick),
> but i have troubles, here is my gpg.conf (from ~/.gnupg)
>
> default-recipient-self
> keyserver random.sks.keyserver.penguin.de
> default-cert-check-level 3
> keyserver-options auto-key-retrieve include-revoked include-subkeys
> no-mangle-dos-filenames
> no-secmem-warning
> keyring /media/USB/.gnupg/secring.gpg   << this is the new line i wrote
>
> probably i did something wrongly

Try

   secret-keyring /media/USB/.gnupg/secring.gpg

If you've also moved the other *.gpg files, you'll also need

   primary-keyring /media/USB/.gnupg/pubring.gpg

and

   trustdb-name /media/USB/.gnupg/trustdb.gpg

--
John P. Clizbe                   Inet:   JPClizbe (a) tx DAWT rr DAHT con
Ginger Bear Networks             hkp://keyserver.gingerbear.net  or
Send email with subject HELP to  pgp-public-keys@keyserver.gingerbear.net

"Be who you are and say what you feel because those who mind don't matter
and those who matter don't mind." - Dr Seuss, "Oh the Places You'll Go"


 
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

 « Return to Thread: one more question: is there a way to use additional keyring when needed ?