Giter Club home page Giter Club logo

nginx-acme's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nginx-acme's Issues

Windows support?

Hello,
really nice idea you have here! Can you help me with getting this up and running on a Windows 10 machine? I have problems with the last step of your instructions. Here is what I have accomplished now (with changes to make it work in Windows)

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, C:\OpenSSL-Win64\bin\openssl.exe dhparam -out .\acme.sh\dhparam.pem 4096 (u need to install openssl seperately)
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

Step 7 is not working for me as I get an error here:
OCI runtime exec failed: exec failed: container_linux.go:344: starting container process caused "exec: \"-s\": executable file not found in $PATH": unknown

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.