SSL Certificate Checker

A web application and API for checking SSL certificate information using node:tls.

Features

  • Web interface for checking SSL certificates
  • REST API endpoints for programmatic access
  • Clean, responsive UI built with Hono JSX
  • Modular architecture with separated concerns

Project Structure

├── index.ts          # Main Hono application with routes
├── ssl-checker.ts    # SSL checking logic and types
├── templates.tsx     # Hono JSX templates and components
└── README.md         # This file