-
Notifications
You must be signed in to change notification settings - Fork 277
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
Add native macOS Security support #1080
base: master
Are you sure you want to change the base?
Conversation
This has some improvements that -- I believe -- are unrelated to this task and would make the PR easier to review if they were split out (e.g. With regards to the Mac security stuff, I think it's still a good idea to add this if the efforts are fruitful. I understand that merging the Mac security stuff does not close #1076, however I believe the approach of using MacOS native libraries to be more professional approach at installing our certificates. |
Agreed. It may take a couple of days until I'm back on this issue. |
Goal
Create a
MacCertificateInstaller
similar toWindowsCertificateInstaller
that leverages JNA and native system libraries for interacting with the computer certificate store.Milestones
Related #1076, #841