An open API service indexing awesome lists of open source software.

https://github.com/parrotmac/ceptckah

Certificate Transparency Log Scanner
https://github.com/parrotmac/ceptckah

Last synced: 5 months ago
JSON representation

Certificate Transparency Log Scanner

Awesome Lists containing this project

README

          

# ceptckah / Cert Scanner

This is a hacked-up version of [https://github.com/govau/certwatch](certwatch).

The goal of this is to learn about Certificate Transparency logs.

### Quickstart
```bash
docker run -d --rm --name ceptckah -p 5435:5432 -e POSTGRES_HOST_AUTH_METHOD=trust postgres:14-alpine
go run .
```