TLS/SSL Certificate Checker API with OCSP/CRL revocation checking
3.4K
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/api
google-chrome --pack-extension=dist/extension/chrome --pack-extension-key=signing/privatekey.pem
Full documentation is available at https://tlscheck.net/docs:
src/ - Extension sourceapi/ - API sourceplatforms/chrome/manifest.json - Chrome manifestdist/extension/chrome - Built extensiondocs/ - Documentation websiteAGPL-3.0 - See LICENSE file for details.
Content type
Image
Digest
sha256:9ce1334ba…
Size
81.6 MB
Last updated
1 day ago
docker pull secanis/tlscheck-api