Sign inSign up

liggitt/client-cert

By liggitt

Updated about 9 years ago

Test server for echoing presented client certificate info

Image
0

50K+

liggitt/client-cert repository overview

Client Certificate Echoing Server

Overview

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

Docker image setup

Build the Docker image from source
make build
Run the Docker image from source
make run

Example Use

curl -k https://localhost:9443/test --cert ./client.crt --key ./client.key

Tag summary

Content type

Image

Digest

sha256:bdb516daf

Size

258.4 MB

Last updated

about 9 years ago

docker pull liggitt/client-cert