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

Define structure and implement certificate hierarchy to add supported for different certificate types #562

Open
lubomirw opened this issue Sep 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lubomirw
Copy link
Contributor

lubomirw commented Sep 4, 2023

Platform is now supporting only X.509 certificate type. To add support for different certificate types (hybrid, SSH, CV, etc.), we need to define certificate entity hierarchy.

  • update DB model if necessary to store certificates of different types
  • existing processes, like validation or certificate operations, should be updated to be able to support different certificate types and handle them correctly
  • if necessary, update connector interfaces where certificate type needs to be taken into account to perform some operation
@lubomirw lubomirw added the enhancement New feature or request label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant