I have multiple secret keys in my GPG keyring.
I'd like to do a gpg -e -s -a to encrypt, sign, and ascii armor the output. However, I also need to specify which secret key to use for the signature, by key id.
gpg -e -s -a
I needed the --local-user option.
gpg -e -s -a --local-user 0xDEADBEEF -r 0x01234567
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
241 times
active