-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Please remove wget install way #4862
Comments
Please upgrade to the latest code and try again first. Maybe it's already fixed. |
This is serious mistake for user with wget but NO curl. For instance, all env based alpine. |
https://get.acme.sh/ 如果你遇到问题, 具体说问题, 正常汇报. |
You could use nginx:alpine-slim for a try. docker run --rm -it nginx:alpine-slim sh
apk add openssl
wget -O - https://get.acme.sh/ | sh -s [email protected]
export CF_Key=***
export [email protected]
/root/.acme.sh/acme.sh --issue -d test.com --dns dns_cf
|
Please remove the following:
wget -O - https://get.acme.sh | sh -s email=[email protected]
Actually It is wrong. ACME reqiure "curl".
The text was updated successfully, but these errors were encountered: