Certificate Monitoring with Bitaic CLI

The Certificate Monitoring feature in Bitaic CLI helps you keep track of SSL certificate expirations and alerts you when certificates are nearing expiration to avoid unexpected downtime.

Key Commands

Start Endpoint Monitoring Agent:

bitaic agent start endpoint

Check Certificate Status:

bitaic endpoint check <url> --certificate

Example Usage

Check the SSL certificate status for a specific URL:

bitaic endpoint check https://your-domain.com --certificate

You can also retrieve the expiration date for the certificate:

bitaic endpoint check https://your-domain.com --certificate-expiry

Best Practices

  • Set up certificate checks as a scheduled task or automation to run daily.
  • Define alert thresholds to notify you at least 30 days before certificate expiration.