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

PushSharp filling up machine keys folder? #929

Open
fedcas-assaabloy opened this issue May 3, 2021 · 1 comment
Open

PushSharp filling up machine keys folder? #929

fedcas-assaabloy opened this issue May 3, 2021 · 1 comment

Comments

@fedcas-assaabloy
Copy link

What version of PushSharp are you using?

PushSharp V 4.0.10

Describe your issue:

Our server has been using PushSharp for years, and last week we noticed that the folder "C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys" in our server has millons of temp files which filled up the disk.
Later, we realized that using the X509Certificate2 constructor with the "byte[] rawData" parameter is not recommended because it creates these temp files.
The only code that uses this constructor in our backend is PushSharp.

Is this a common issue? Are we doing something wrong?
Regards.

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

No branches or pull requests

2 participants
@fedcas-assaabloy and others