-
Notifications
You must be signed in to change notification settings - Fork 254
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 support for local certificates #251
base: main
Are you sure you want to change the base?
Conversation
300adf5
to
0f5bba8
Compare
Hi @andrewnicols,
You can still use An issue could be if the user has installed Git for Windows even in the
Otherwise, we should play with Trusting the CA could be done via Import-Certificate -FilePath "C:\CA-PublicKey.PEM" -CertStoreLocation Cert:\CurrentUser\Root Never tried by myself: I can offer some spare time but in these days. HTH, |
Hi @andrewnicols In regard to this not working with windows systems yet, I’d be inclined to split that into a separate issue. It means linux and osx based devs get the benefit now and most of the work is done for windows devs. Cheers, |
Hi, can I ask which is the need for this? Right now it's not clear for me at all. Sure there is a (many) reasons, but it would be great to know about them. Ciao :-) |
Hi @stronk7 Cheers, |
FYI, I've created #264 about to try to bring feature parity under Windows, assuming that this issue will remain unix-only. Ciao :-) |
I've been re-reading this and looking to the proposed patch and, given that we have already created #264 , it's looking like we are almost there. Only points that I can imagine are:
Ciao :-) |
This commit: