Back to 🚢 DevOps & Deployment

Check SSL Certificates

SecurityDevOpsSSL
---
description: Verify SSL certificate validity and expiration
---

1. **Check Expiry**:
- Use openssl to check a domain. Replace google.com with your domain.
// turbo
- Run echo | openssl s_client -servername google.com -connect google.com:443 2>/dev/null | openssl x509 -noout -dates

2. **Pro Tips**:
- Set up a monitoring alert (like UptimeRobot) to notify you 7 days before expiry.
By Antigravity Team

How to Use This Workflow

Option A: Project-Specific (Recommended)

  1. Click "Download" above
  2. In your project, create the directory: .agent/workflows/
  3. Save the file as check-ssl-certificate-expiry-openssl.md
  4. In Antigravity, type /check_ssl_certificate_expiry_openssl or just describe what you want to do

Learn more about workflows →

Related Workflows

Recommended Rules

View more rules →

Recommended MCP Servers

View more MCP servers →

Take It Further

Maximize your productivity with these powerful resources

📋

Define Your Standards

Set up coding standards to ensure this workflow produces consistent, high-quality results.

Browse Rules Library
📖

Master Workflows

Learn how to create custom workflows, use Turbo Mode, and build your automation library.

Complete Guide