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

feature request: manage certificate authority and allow signing certs with a CA #152

Open
3 tasks
zilchms opened this issue Feb 16, 2023 · 0 comments
Open
3 tasks

Comments

@zilchms
Copy link
Contributor

zilchms commented Feb 16, 2023

If I interpret this correctly, in #39 there have been attempts made to generate and manage a CA.
However, as the original pull request was closed by the original author without apparent reason, there is currently no way to create and manage a CA and generate certificates signed by the managed CA (or any CA for that matter).

I would like to push a discussion, if this is a feature that is wanted/planned as well as find some pointers on how we could implement this. I have thus far looked into the module and roughly understood how it works. Unfortunately I dont think I have the necessary knowledge yet to implement a fitting solution.

Additionally I think, this could be split into several features:

  • Generate a CA
  • Manage a CA (can be coupled with the generation)
  • Allow the possibility to sign certs against an existing CA file (this i think can be done independently of the other features)

Any comments, pointers and help in general is very appreciated :)

@kenyon kenyon changed the title feature request: manage certificate autority and allow signing certs with a CA feature request: manage certificate authority and allow signing certs with a CA Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants