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

Add support for ignoring expiring non-leaf certs #945

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Sep 25, 2024

Changes

  • add ignore-expiring-intermediate-certs flag to allow explicitly ignoring expiring intermediate certificates in a chain
  • add ignore-expiring-root-certs flag to allow explicitly ignoring expiring root certificates in a chain
  • update README to cover new flags
  • explicitly mark expiring intermediate and root certs as EXPIRING and IGNORED when either of the new flags are used OR the sysadmin explicitly requests that expiration validation results be ignored

References

- add `ignore-expiring-intermediate-certs` flag to allow explicitly
  ignoring expiring intermediate certificates in a chain
- add `ignore-expiring-root-certs` flag to allow explicitly ignoring
  expiring root certificates in a chain
- update README to cover new flags
- explicitly mark *expiring* intermediate and root certs as
  `EXPIRING` and `IGNORED` when either of the new flags are used
  *OR* the sysadmin explicitly requests that expiration validation
  results be ignored

refs GH-933
@atc0005 atc0005 added documentation Improvements or additions to documentation enhancement New feature or request config plugin/check_cert output/extended Long Service Output (aka, "extended" or "detailed") labels Sep 25, 2024
@atc0005 atc0005 added this to the Next Dev Release milestone Sep 25, 2024
@atc0005 atc0005 self-assigned this Sep 25, 2024
@atc0005 atc0005 merged commit 54ad582 into development Sep 25, 2024
25 of 29 checks passed
@atc0005 atc0005 deleted the i933-add-support-for-ignoring-expiring-intermediate-and-root-certs branch September 25, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config documentation Improvements or additions to documentation enhancement New feature or request output/extended Long Service Output (aka, "extended" or "detailed") plugin/check_cert
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant