Ssl Cert Check

Check SSL certificate validity and expiration for a domain

jadegate fc036b8 2 files · 4.0 KB Updated

File contents

SSL Certificate Check

Check SSL certificate validity and expiration for a domain

When to Use

  • User wants to check ssl
  • User wants to ssl check
  • Keywords: ssl, certificate, security, https

Required Parameters

  • domain (string): Domain to check SSL certificate

Output

  • valid (boolean): Certificate is valid
  • issuer (string): Certificate issuer
  • expires (string): Expiration date
  • days_left (number): Days until expiration

Security

  • Sandbox level: strict
  • Max execution time: 30000ms
  • Network whitelist: ssl-checker.io
  • JadeGate verified: Yes (5-layer security check passed)

Execution Flow

Entry: fetch -> 5 steps -> Exit: ret_ok, ret_fail

jadegate/jadegate/tree/main/skills/ssl-cert-check commit fc036b8b77

Frequently asked questions

npx skillmds@latest add jadegate/ssl-cert-check