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

While exporting key, gpg exports all keys which has substring of given name in their name #60

Open
rifel123 opened this issue Jan 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@rifel123
Copy link
Contributor

for example, let's have public keys with name as follows:

  • tester
  • tester2
  • tester3
  • rifel123
    and user wants to export key tester with gpki export tester, then tester, tester2 and tester3 will be exported in one block.
    Described behaviour may lead to errors while review, where with multiple keys in request will raise exception due to filename and fingerprint mismatch.

TBD if we really need to have export/ import commands available to the user.

@rifel123 rifel123 added the bug Something isn't working label Jan 20, 2022
@rifel123
Copy link
Contributor Author

in PR #59 while generating new identity export is now based on fingerprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant