> When I used gen-key, I got one, but at the end was told that I'd need to > generate a sub-key that I could use to actually encrypt. > \ > \ > > So,, what I am asking in where I went wrong? > > I used the gpg --gen-key to generate a non-expiring 4096 RSA key; gave a > name and email address.
If you chose the default option ((1) DSA and Elgamal (default)) you would have both sign and decrypt keys now. You chose ((5) RSA (sign only)) so you have sign key only. You must run "gpg --edit-key" and then "addkey" command and choose key for encryption ((6) RSA (encrypt only)). -- Ladislav Hagara _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
