Skip to content

set proper usage flags on list key (Closes: #148)

dkg requested to merge dkg/schleuder:key-usage-flags into master

I think this change should do what you want, but i haven't tested it yet.

The details are derived from two places:

gpgme_op_genkey documentation:

https://www.gnupg.org/documentation/manuals/gpgme/Generating-Keys.html

and the GnuPG manual's section on "Unattended key generation":

https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html#Unattended-GPG-key-generation

I haven't tested this myself! but it should address #148 (closed)

Merge request reports