Builds a docker image with the sslyze ready to run.
Please use the official docker image as documented at https://github.com/nabla-c0d3/sslyze#docker!
- run the docker container with:
docker run --rm --net=host waja/sslyze -h
We don't actually require --net=host
, but if we're wanting to test native performance (or use --source some-specific-host-IP
) then we want direct access to the relevant connections without any overhead.
make build
make shell