Skip to content

muthesius/ssl-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SSL Monkey

for internal use

Automated SSL Proxy with jwilder/nginx-proxy and JrCs/docker-letsencrypt-nginx-proxy-companion.

Simply connect to the www network on other containers or in a docker-compose.yml as follows:

version: '2'
networks:
  www:
    external: true
services:
  app:
    image: mywebserverimage
    environment:
      VIRTUAL_HOST: example.com
      LETSENCRYPT_HOST: example.com
      LETSENCRYPT_EMAIL: [email protected]
    networks:
      - www

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published