🚀 Version 1.1.0

SSLens Documentation

The complete guide to the modern SSL/TLS certificate inspector & pinning toolkit for VS Code. Fetch, analyze, and export certificates with ease.

📦
7+ Platforms
15+ Commands
🔒
100% Local
SSLens Panel
{
  "domain": "api.github.com",
  "certificate": {
    "subject": "CN=github.com",
    "issuer": "DigiCert TLS RSA SHA256",
    "validFrom": "2024-03-07",
    "validTo": "2025-03-12",
    "daysUntilExpiry": 412,
    "status": "🟢 Valid"
  },
  "hashes": {
    "sha256": "WoiW...==",
    "spki": "jQJT...=="
  }
}
Features

Everything You Need for SSL/TLS Management

SSLens provides a comprehensive suite of tools for certificate inspection, pinning code generation, and security analysis.

🔍

Certificate Inspection

Fetch and analyze SSL certificates from any domain. View complete certificate chains, extensions, and validity information.

Learn more
📌

SSL Pinning Code

Generate ready-to-use pinning code for Android, iOS, Flutter, and React Native with a single click.

Learn more
📤

Export Options

Export certificates as PEM or DER format. Copy fingerprints and hashes directly to your clipboard.

Learn more

Expiry Monitoring

Track certificate expiration with visual indicators. Get warnings before certificates expire.

Learn more
📋

Domain Management

Save favorite domains, bulk fetch certificates, and compare certificates between environments.

Learn more
🔗

Chain Validation

Validate complete certificate chains and identify potential security issues in your SSL setup.

Learn more
Quick Start

Get Up and Running in Seconds

1

Install SSLens

Search for "SSLens" in VS Code Extensions and click Install.

Cmd/Ctrl + Shift + X → Search "SSLens"
2

Fetch a Certificate

Open Command Palette and run "SSLens: Fetch Certificate from URL".

Cmd/Ctrl + Shift + P → "SSLens: Fetch"
3

Explore & Export

View certificate details and generate pinning code for your platform.

Click "Generate Pinning Code" → Select Platform
Platforms

Pinning Code for Every Platform

SSLens generates ready-to-use SSL pinning code for all major mobile development frameworks.

🤖

Android

OkHttp & Retrofit

🍎

iOS

URLSession & Alamofire

🐦

Flutter

Dio & http packages

⚛️

React Native

SSL Pinning library

🟢

Node.js

HTTPS module

🐍

Python

Requests library

Documentation

Explore the Docs

🔒

Privacy & Security First

SSLens operates entirely locally. Your certificates and domain data are stored on your machine only. No data is ever sent to external servers. The extension is open source and fully auditable.

Local Storage Only No External Requests Open Source