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

Make the key generation parameters optional #21

Open
le-git-imate opened this issue Aug 20, 2019 · 0 comments
Open

Make the key generation parameters optional #21

le-git-imate opened this issue Aug 20, 2019 · 0 comments
Labels
enhancement Ask to enhance an existing feature feature New feature is requested

Comments

@le-git-imate
Copy link
Owner

le-git-imate commented Aug 20, 2019

Description of issue or feature request
The key generation function does not get all parameters from the user. Instead it uses predefined values as follows:

   key expiration: 0
   key size: 2048
   passphrase: ""

Current behavior

  • The key generation process allows the user to neither set a key expiration nor to pick the key size nor to set a key passphrase.

Expected behavior

  • Update the setup UI to get new key parameters.
  • Use the parameters during the key generation process
  • Update the key retrieval process
@le-git-imate le-git-imate added feature New feature is requested enhancement Ask to enhance an existing feature labels Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Ask to enhance an existing feature feature New feature is requested
Projects
None yet
Development

No branches or pull requests

1 participant