CRT Explorer is a modern web application for exploring, analyzing, and comparing SSL/TLS certificates for websites. Built with Next.js, TypeScript, and Tailwind CSS, this tool provides detailed certificate information, security assessments, and comparison capabilities.
- Certificate Fetching: Enter any domain name to fetch and analyze its SSL/TLS certificate
- Certificate Analysis: View detailed information about certificates, including issuer, validity period, domains covered, and more
- Security Assessment: Get a security score and detailed analysis of certificate security features
- Timeline Visualization: Visual representation of the certificate validity period
- Clone the repository:
git clone https://github.com/your-username/crt-xplorer.git
cd crt-xplorer
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open your browser and navigate to
http://localhost:3000
to use the application.
This project is licensed under the MIT License - see the LICENSE file for details.