Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lanrat/docker-certspotter

Docker image for certspotter
https://github.com/lanrat/docker-certspotter

certificate-transparency certspotter docker

Last synced: about 1 month ago
JSON representation

Docker image for certspotter

Awesome Lists containing this project

README

        

# CertSpotter Docker

This is a Docker image of [SSLMate's CertSpotter](https://github.com/SSLMate/certspotter) tool

## Building

The image can be built as 'lanrat/certspotter' by running `make` with the provided Makefile.

## Running

Create a `watchlist` and mount it as a volume inside the container

For example:

```

docker run -it --rm \
-v $(pwd)/_data/:/root/.certspotter/ \
lanrat/certspotter
```