johnamurray / nginxss

Nginx Self Signed Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###Instructions

docker build -t nginxss .
docker run --rm -it -h tctl.local -p 443:443 --name nginx-alpine-ssl nginxss /bin/sh

and then test with

curl localhost
curl https://tctl.local
openssl s_client --connect tctl.local:443 -showcerts
curl https://localhost

and finally test from outside

About

Nginx Self Signed Test


Languages

Language:Dockerfile 82.8%Language:HTML 17.2%