On Aug 5, 2009, at 1:35 PM, Olivier Berger wrote:

Package: gnupg
Version: 1.4.9-4
Severity: normal

It seems that neither :
$ gpg --gen-key --secret-keyring /media/whatever/.gnupg-secret/ secring.gpg
nor
$ gpg --secret-keyring /media/whatever/.gnupg-secret/secring.gpg -- gen-key

allow to generate the new secret key in another keyring than ~/.gnupg/secring.gpg

GPG supports multiple simultaneous keyrings, do if you want write a new secret key to a particular one, you have to arrange for that one to come first:

gpg --no-default-keyring --secret-keyring /path/to/other/secret/ keyring.gpg --gen-key

David




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to