Sign inSign up

phylor/apache-proxy-ssl

By phylor

Updated almost 11 years ago

Image
0

310

phylor/apache-proxy-ssl repository overview

Apache SSL Proxy in Docker

Provides apache in a docker container to be used as a proxy for SSL sites.

Example for the proxy to listen on port 5000:

docker run --rm -v /mycerts:/certs -v /mysites:/etc/apache2/sites-enabled -p 5000:443 phylor/apache-proxy-ssl

Provide SSL keys and certificates via a volume and reference them in your configuration files using /certs as file location.

Tag summary

Content type

Image

Digest

sha256:66277ce30

Size

58.8 MB

Last updated

almost 11 years ago

docker pull phylor/apache-proxy-ssl