When trying to upload the GPG key following the directions on this page:
it didn't work until I put the GPG and GAM program files into one directory, but now I am getting the following error message when the key is uploaded: "EncryptionPublicKeyInvalidType".
Searching this forum yielded the following suggestion:
To solve this I replaced the original command (gpg --export --armor | gam audit uploadkey) with te following command; gpg --armor --export <key>| gam audit uploadkey. This solved the problem. I got the key with the output form the "gpg --export --armor" command. Perhaps this has something to do with the fact then when generating the key it asks for a primary and a subkey?
I am trying to follow these directions, but am not sure whether the "<key>" part of this command is supposed to be the actual key which is a very long string of characters.
I tried to copy and paste the key, but it doesn't seem to like that. I also typed the command as is, but that doesn't do anything either.
Any help on my error would be most appreciated. Sorry this is probably a pretty n00b question.
thanks,
Demetri