JudahGabriel / RavenDB.DependencyInjection

Dependency Injection extensions for using RavenDB with ASP.NET Core.
MIT License
26 stars 12 forks source link

RavenDB authentication certificate #8

Open farhadnowzari opened 3 years ago

farhadnowzari commented 3 years ago

Hi,

Thanks for the library. I have a question about the certificate file. On the server if the certificate is stored on Trusted windows store certificates doesn't the library pick it from there or if we could just give it a fingreprint of the certificate so we don't need to put the pfx password inside the appsettings. Or you suggest then we do the certificate generation manually? from this section. https://github.com/JudahGabriel/RavenDB.DependencyInjection#manual-configuration

kamranayub commented 3 years ago

It would be nice to have built-in support for providing the store location (current user/local machine, etc.) and thumbprint. 👍