-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: add validity length (in days) for certs #981
Conversation
[jans-pycloudlib] Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com>
[jans-cli] Kudos, SonarCloud Quality Gate passed! |
[jans-config-api-parent] Kudos, SonarCloud Quality Gate passed! |
[jans-client-api] Kudos, SonarCloud Quality Gate passed! |
[Fido2 API] Kudos, SonarCloud Quality Gate passed! |
[Jans authentication server parent] Kudos, SonarCloud Quality Gate passed! |
[SCIM API] Kudos, SonarCloud Quality Gate passed! |
Description
Document the changes
valid-to
(example:certmanager patch web --opts valid-to:397
) where value is an integer greater than equal 1 (if value is below 1 or non-integer, fallback to default value365
); the value represents number of days.web
,ldap
,client-api
README.md
for new option