Skip to content

lanrat/docker-certspotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CertSpotter Docker

This is a Docker image of SSLMate's 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

Releases

No releases published

Packages

No packages published