Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanrat/docker-certspotter
Docker image for certspotter
https://github.com/lanrat/docker-certspotter
certificate-transparency certspotter docker
Last synced: 3 months ago
JSON representation
Docker image for certspotter
- Host: GitHub
- URL: https://github.com/lanrat/docker-certspotter
- Owner: lanrat
- Created: 2018-08-27T03:35:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T03:36:14.000Z (over 6 years ago)
- Last Synced: 2024-08-01T15:35:55.286Z (6 months ago)
- Topics: certificate-transparency, certspotter, docker
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```