Skip to content

Windows support? #1

@chrizz1001

Description

@chrizz1001

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions