I'm in windows trying to run gpg (GnuPG) 1.4.9 (Gpg4win 1.1.4) in batch
mode, completely non-interactive. I can encrypt a file like this:
gpg --passphrase **PASS** --trust-model always --batch --output
"test.txt.pgp" --sign --recipient **RECIP** --encrypt "test.txt"
and it runs fine. If I do it a
On Wed, 11 Mar 2009 13:23, sangeeth...@gmail.com said:
> I want to create keyring. Anyone kindly tell me how to create keyring or
gpg creates the keyring on the fly. The keyrings
~/.gnupg/{sec,pub}ring.gpg are properties of gpg and should not be
accessed by other tools. Use the --export command
I want to create keyring. Anyone kindly tell me how to create keyring or
suggest me some documentation for the above. I want to get detailed
knowledge of this.I need this for creating Release.gpg file for my
repository. Thank u.
--
View this message in context:
http://www.nabble.com/How-to-creat