Using nginx to create simple test server for client cert authentication.
- Check certs/README.md to know how to create certs.
(opt). Set nginx/ssl-client.conf to
ssl_verify_client optional;
to test if server works. - Start nginx with
docker-compose up
. - Visit https://localhost:8443/ with your browser - you should get 400 Bad Request - No required SSL certificate was sent.
- Next step would be to import client.p12, but it does not work. Check certs/README.md