Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support? #1

Open
chrizz1001 opened this issue Jan 22, 2019 · 0 comments
Open

Windows support? #1

chrizz1001 opened this issue Jan 22, 2019 · 0 comments

Comments

@chrizz1001
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant