-
Notifications
You must be signed in to change notification settings - Fork 56
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
Windows - add computer certs #22
Comments
Would you mind submitting a PR for this? |
I recommend folks with more nuanced requirements for Windows & local root certificates try rustls-platform-verifier. In addition to improved behaviour on Windows it allows more robust certificate validation on other platforms. I believe there's limited interest in expanding the |
Current code in windows.rs only loads certificates from the user store: https://github.com/ctz/rustls-native-certs/blob/main/src/windows.rs#L19
In our use case, we push certificates group Group Policy into the computer store. Would also recommend querying schannel::cert_store::CertStore::open_local_machine to include computer certificates in the results.
The text was updated successfully, but these errors were encountered: