rustls-native-certs icon indicating copy to clipboard operation
rustls-native-certs copied to clipboard

Windows - add computer certs

Open LukeMauldin opened this issue 3 years ago • 1 comments

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.

LukeMauldin avatar May 14 '21 17:05 LukeMauldin

Would you mind submitting a PR for this?

djc avatar Oct 11 '21 08:10 djc