« 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 John Clizbe-3 :: Rate this Message:

Reply to Author | View in Thread

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@...

"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@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

signature.asc (693 bytes) Download Attachment

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