hey pete,
Pete Stephenson:
> On 6/5/2014 10:44 AM, Werner Koch wrote:
>> On Wed, 4 Jun 2014 23:15, shm...@riseup.net said:
>>
>>> how can i mandatorily specify using other subkeys for the same primary
>>> key for 's' or 'e' either on command line or in an email client for
>>> example ?
>>
>> fo
On 6/5/2014 10:44 AM, Werner Koch wrote:
> On Wed, 4 Jun 2014 23:15, shm...@riseup.net said:
>
>> how can i mandatorily specify using other subkeys for the same primary
>> key for 's' or 'e' either on command line or in an email client for
>> example ?
>
> fortune | gpg -ea -r '12345678!'
>
>
On Wed, 4 Jun 2014 23:15, shm...@riseup.net said:
> how can i mandatorily specify using other subkeys for the same primary
> key for 's' or 'e' either on command line or in an email client for
> example ?
fortune | gpg -ea -r '12345678!'
assuming 12345678 is the subkeys' keyid. Same for -u.
in a test key i have 4 subkeys; 2 for sign and 2 for encrypt
gnupg automatically chooses the most recently created 's' and 'e'
subkeys to sign and encrypt a file
how can i mandatorily specify using other subkeys for the same primary
key for 's' or 'e' either on command line or in an email client