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

🔒️ Removing private key when certificate has been verified and uploaded #50

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

sam-bertin
Copy link
Contributor

@sam-bertin sam-bertin commented Aug 27, 2024

Closes #45

For security purposes, it's better to remove the private key from the signing request instance as it is now store encrypted on the client system.

I have based this branch on #48

For security purposes, it's better to remove the private key from the signing request instance as it is now store encrypted on the client system.
@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.10%. Comparing base (c68cea9) to head (fac776c).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   90.08%   90.10%   +0.02%     
==========================================
  Files          14       14              
  Lines         474      475       +1     
  Branches       72       72              
==========================================
+ Hits          427      428       +1     
  Misses         42       42              
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Base automatically changed from issue-47-change-csr-to-property to main August 30, 2024 09:52
@sam-bertin sam-bertin marked this pull request as ready for review August 30, 2024 09:56
@sergei-maertens sergei-maertens merged commit 77ea80f into main Sep 19, 2024
10 checks passed
@sergei-maertens sergei-maertens deleted the issue-45-remove-pk-when-certificate-uploaded branch September 19, 2024 12:47
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

Successfully merging this pull request may close these issues.

Remove / Encrypt Private Keys in Database
3 participants