RavenDB.DependencyInjection
RavenDB.DependencyInjection copied to clipboard
RavenDB authentication certificate
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
It would be nice to have built-in support for providing the store location (current user/local machine, etc.) and thumbprint. 👍