Sign inSign up

qoomon/self-signed-https-proxy

By qoomon

Updated over 7 years ago

Generate self-signed certificate for given SERVER_DOMAIN on the fly and starts a proxy https server.

Image
0

50K+

qoomon/self-signed-https-proxy repository overview

self-signed-https-proxy

https://github.com/qoomon/self-signed-https-proxy

Build Status

GitHub release

Docker Stars

Generate self-signed certificate for given SERVER_DOMAIN on the fly and starts a proxy https server.

Usage

docker run -p 443:443 qoomon/self-signed-https-proxy

Mount local directory to store and reuse certificate and key

docker run -v "$PWD":'/etc/nginx/certificates' -p 443:443 qoomon/self-signed-https-proxy

Environment Variables
  • SERVER_DOMAIN default: 'localtest.me'
    • 'localtest.me' and subdomains will always resolve to 127.0.0.1
  • SERVER_PORT default: '443'
  • TARGET_DOMAIN default: "$SERVER_DOMAIN"
  • TARGET_PORT default: '80'

Tag summary

Content type

Image

Digest

Size

11.1 MB

Last updated

over 7 years ago

docker pull qoomon/self-signed-https-proxy