Skip to content

runbooks cert expiringΒΆ

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

Usage: runbooks cert expiring [OPTIONS]

  Show certificates expiring within N days.

  Filters the inventory to certificates in the EXPIRED, CRITICAL_7D,
  WARNING_30D, or ATTENTION_90D buckets based on the --days threshold.

  Examples:     runbooks cert expiring     runbooks cert expiring --days 7
  runbooks cert expiring --days 90 --all-accounts --management-profile mgmt
  runbooks cert expiring --days 30 --export-csv expiring.csv --export-json
  expiring.json

Options:
  --days INTEGER      Show certs expiring within N days  [default: 30]
  --profile TEXT      AWS profile name
  --region TEXT       AWS region
  --all-accounts      Scan all Landing Zone accounts via Organizations
  --export-csv PATH   Export expiring certificates to CSV file
  --export-json PATH  Export expiring certificates to JSON file
  --help              Show this message and exit.

ExamplesΒΆ