GithubHelp home page GithubHelp logo

nginx-acme's Introduction

why and what ?

I use devilbox as local development and found devilbox is very convenient .

Later i want to use devilbox as prouduction platform.
but i need https support for devilbox .

So , It is a reverse proxy with https for supporting devilbox.

usage :

1, disable expose 80,443 ports in devilbox
2, git clone https://github.com/bigxu/nginx-acme.git
3, cd nginx-acme && docker-compose up -d
4, openssl dhparam -out /acme.sh/dhparam.pem 4096
5, docker-compose exec acme-sh sh
acme.sh --issue -d example.com -d *.example.com --standalone

notice: acme-sh will open 80 port and create /.well-known/acme-challenge/ in container

6, create nginx conf for your vhost. there is a example example.conf.org

7, docker-compose exec nginx-srv -s reload.

end

Tips:

proxy_set_header RHost $host;
proxy_set_header Host maintenance.loc;

so i do not need change anything about devilbox config , just as local;

nginx-acme's People

Contributors

bigxu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.