Skip to content
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

[Question] Where are saved certificate ? #53

Closed
youtpout opened this issue Mar 3, 2020 · 1 comment
Closed

[Question] Where are saved certificate ? #53

youtpout opened this issue Mar 3, 2020 · 1 comment
Labels

Comments

@youtpout
Copy link

youtpout commented Mar 3, 2020

Hello,
I use your library with docker image, but when I redeploy my image the app request a new certificate, after multiple redeploy I have an error letencrypt request limit.
So I want to know which folder share with docker for keep certificate after redeploy ?

Thank you.

@youtpout youtpout changed the title [Question] Where are saved certificated [Question] Where are saved certificate ? Mar 3, 2020
@natemcmaster
Copy link
Owner

They are saved with .NET's X509Store API. In an upcoming release, I plan to add API which will allow you to control this (see #4)

See dotnet/runtime#27658 and https://github.com/dotnet/runtime/blob/master/docs/design/features/cross-platform-cryptography.md for more details on where .NET puts those certificates. I'm not entirely sure where they end up on disk in your docker scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants