Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note GPG bug when creating NIST auth/sign subkeys #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tmzullinger
Copy link

Users who wish to create NIST auth or sign subkeys using the --quick-add-key command are likely to trip over a long-standing GPG bug¹ which results in the following error:

$ gpg --expert --quick-add-key [fpr] nistp256 sign
gpg: Key generation failed: Wrong key usage
gpg: Key not changed so no update needed.

Help readers by noting the documented workaround. The GPG bug has been open since July 2018. Unfortunately, it seems unlikely to be fixed anytime soon.

¹ https://dev.gnupg.org/T4052

Signed-off-by: Todd Zullinger [email protected]

Users who wish to create NIST auth or sign subkeys using the
`--quick-add-key` command are likely to trip over a long-standing GPG
bug¹ which results in the following error:

    $ gpg --expert --quick-add-key [fpr] nistp256 sign
    gpg: Key generation failed: Wrong key usage
    gpg: Key not changed so no update needed.

Help readers by noting the documented workaround.  The GPG bug has been
open since July 2018.  Unfortunately, it seems unlikely to be fixed
anytime soon.

¹ https://dev.gnupg.org/T4052

Signed-off-by: Todd Zullinger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant