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

Added cleanup/certificate limit features: #39

Merged
merged 3 commits into from
Feb 13, 2024

Conversation

AssemblyJohn
Copy link
Collaborator

@AssemblyJohn AssemblyJohn commented Feb 1, 2024

  • maximum used filesize limit
  • maximum certificate entries
  • deletion of expired csr private keys
  • deletion of unmanaged csr in case of a reboot
  • safety limits for deleting only the oldest leafs and keeping a minimum of 10
  • checks so that leaf directories don't overlap in any way bundle directories
  • relevant test cases

@AssemblyJohn AssemblyJohn added the enhancement New feature or request label Feb 1, 2024
@AssemblyJohn AssemblyJohn self-assigned this Feb 1, 2024
@AssemblyJohn AssemblyJohn linked an issue Feb 1, 2024 that may be closed by this pull request
@AssemblyJohn AssemblyJohn force-pushed the feature/36-limit-certificate-install-count branch 10 times, most recently from c805ee6 to ab43967 Compare February 7, 2024 10:01
- maximum used filesize limit
- maximum used certificate entries
- deletion of expired csr private keys
- deletion of expired leaf certificates
- relevant test cases

Signed-off-by: AssemblyJohn <[email protected]>
Signed-off-by: AssemblyJohn <[email protected]>
@AssemblyJohn AssemblyJohn force-pushed the feature/36-limit-certificate-install-count branch from db81237 to 153a1d9 Compare February 7, 2024 11:29
@corneliusclaussen corneliusclaussen merged commit f6fe092 into main Feb 13, 2024
2 checks passed
@corneliusclaussen corneliusclaussen deleted the feature/36-limit-certificate-install-count branch February 13, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit certificate install count
2 participants