Test server for echoing presented client certificate info
50K+
This repo and Docker image provides a test image that listens on :9443 and echoes any client certificates presented to it.
To start, run like this:
docker run -p 9443:9443 -ti liggitt/client-cert
make build
make run
curl -k https://localhost:9443/test --cert ./client.crt --key ./client.key
Content type
Image
Digest
sha256:bdb516daf…
Size
258.4 MB
Last updated
about 9 years ago
docker pull liggitt/client-cert