-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Add TLS certificate util crate #736
Conversation
The basic work is mostly done, but a few pieces are still missing:
|
I decided to move this into a separate PR as this PR is already big enough. Both features can be implemented on top of the changes introduced in this PR. |
This code will be re-introduced in a follow-up PR.
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
This reverts commit a0182d7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. None of them should be blockers. Will let you decide whether to include them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Follow-up of #730, discussed in stackabletech/documentation#522, tracked by stackabletech/issues#361
This PR adds a crate which handles TLS certificate generation, reading and writing.