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

Docs info #49

Merged
merged 2 commits into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,16 @@
- [Provider for integration of TPM 2.0 to OpenSSL 3.x](https://github.com/tpm2-software/tpm2-openssl)
- [OpenSSL property](https://www.openssl.org/docs/man3.0/man7/property.html)
- [OpenSSL provider](https://www.openssl.org/docs/man3.0/man7/provider.html)

## Garbage Collect

By default a garbage collect function will run and delete all expired leaf certificates and their respective keys, only if the certificate storage is full. A minimum count of leaf certificates will be kept even if they are expired.

Check notice on line 65 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L65

Expected: 0 or 2; Actual: 1

Check notice on line 65 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L65

Expected: 80; Actual: 232

Certificate signing requests have an expiry time. If the CSMS does not respond to them within that timeframe, CSRs will be deleted.

Check notice on line 67 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L67

Expected: 80; Actual: 131

Defaults:
- Garbage collect time: 20 minutes

Check notice on line 70 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L70

Lists should be surrounded by blank lines
- CSR expiry: 60 minutes
- Minimum certificates kept: 10
- Maximum storage space: 50 MB
- Maximum certificate entries: 2000
Loading