David Shaw wrote:
On Wed, Aug 15, 2007 at 07:30:00AM -0700, trkghost wrote:
>
> I am trying to import this one key from PGP and keep getting this error...
>
> C:\Program Files\GNU\GnuPG>gpg --import "Company Name.asc"
> gpg: public key XXXXXXX is 21450 seconds newer than the signature
> gpg: public key XXXXXXX is 21450 seconds newer than the signature
> gpg: key XXXXXXX: no valid user IDs
> gpg: this may be caused by a missing self-signature
> gpg: Total number processed: 1
> gpg: w/o user IDs: 1
>
> Does anyone have any suggestions around this issue?
gpg --ignore-time-conflict
David
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
David,
Thank you that helped out alot. We were able to get the key imported but how would I incorperate that line into the encryption process? I tried a few different ways but it keeps getting errored out.
We have a batch file setup to encrypt and here is the line we use...Any help would be greatly appriciated.
"D:\Program Files\GNU\GnuPG\GPG" -q --yes --pgp7 -e -a -r %2 %1