Builds a docker image that proxies SSL calls to another docker.
2.3K
Builds a basic nginx server that proxies incoming SSL calls to a target docker.
Image support environment variables to tune up self-signed certificate:
DOMAIN_NAME, e.g. example.comADITIONAL_NAMES_CSV, e.g. www.example.com,*.www.example.comBuild the docker:
sh build.sh [-d Target Docker (Default: bixel)]
Run the docker:
sh build.sh [-p SSL Port (default: 443)] [-d Target Docker (Default:
bixel)] [-t Target Docker Port (Default: 80)]
You can get the publicly available docker image at the following location: Docker Hub - SSL-Proxy
Content type
Image
Digest
Size
99.7 MB
Last updated
almost 10 years ago
docker pull eoskin/docker-ssl-proxy