Skip to content

A simple to configure self-signed SSL proxy for local development

License

Notifications You must be signed in to change notification settings

justinm/docker-nginx-ssl-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-ssl-proxy

A simple to configure nginx SSL proxy useful for local development. This utility supports multiple SSL domains on one port, allowing for quick proxying to multiple destinations using only one service.

Features

  • CA signed certificates, easily import the generated CA cert into your local keychain.
  • Individual certificates per domain
  • Multiple SSL hosts
  • WebSocket Support

Configuration

For docker-compose, see docker-compose.yml for an example.

HOSTNAMES - Configure one or more hostnames, comma separated. Each hostname should have a matching entry in TARGETS.

TARGETS - Configure one or more hostnames, comma separated. Each hostname should have a matching entry in TARGETS.

About

A simple to configure self-signed SSL proxy for local development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published