sfackler / rust-native-tls

Apache License 2.0
470 stars 195 forks source link

Use native private keys #230

Open youyuanwu opened 2 years ago

youyuanwu commented 2 years ago

Any app running on windows in prod, the certificate with private key is stored in windows cert store, and the private key is not exportable to a file. Is there a way to use those certs with this library?

For rustls, there seems to be a plugin for this: https://github.com/ancwrd1/rustls-cng