TLS/SSL Certificate Checker - Chromium/Chrome extension that surfaces TLS certificate state for the active tab, with a self-hostable API backend.
# Install dependencies
npm install
# Build Chrome extension
node scripts/build.js chrome
# Run API
npm run start:api
# Or with Podman
podman run --rm --read-only --tmpfs /tmp -p 3000:3000 tlscheck/apiFull documentation is available at https://tlscheck.net/docs:
src/- Extension sourceapi/- API sourceplatforms/chrome/manifest.json- Chrome manifestdist/extension/chrome- Built extensiondocs/- Documentation website
AGPL-3.0 - See LICENSE file for details.