Skip to content

runbooks cert triageΒΆ

Auto-generated from runbooks cert triage --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks cert triage [OPTIONS]

  Combined certificate triage: inventory + expiring + executive report.

  Scans all certificates, highlights expired and expiring, generates an
  executive report with actionable triage buckets.

  Examples:     runbooks cert triage     runbooks cert triage --mode executive
  --all-accounts --ops-profile $AWS_OPERATIONS_PROFILE     runbooks cert
  triage --mode sre --in-use-only     runbooks cert triage --email --output-
  dir tmp/runbooks/security/

Options:
  --days INTEGER                  Triage window in days  [default: 90]
  --profile TEXT                  AWS profile name
  --region TEXT                   AWS region
  --all-accounts                  Scan all Landing Zone accounts
  --output-dir PATH               Output directory for triage report
  --export-csv PATH               Export triage results to CSV file
  --export-json PATH              Export triage results to JSON file
  --in-use-only                   Show only in-use certificates (skip unused)
  --mode [cloudops|executive|cto|sre]
                                  Output persona mode  [default: cloudops]
  --email                         Generate stakeholder email template
  --help                          Show this message and exit.

ExamplesΒΆ