get.acme.sh icon indicating copy to clipboard operation
get.acme.sh copied to clipboard

get.acme.sh

Results 9 get.acme.sh issues
Sort by recently updated
recently updated
newest added

Hello, please put an ipv6 record on get.acme.sh :) thanks!

usercontent.github.com is blocked in China

This PR allows to pass arguments as referenced in in issue https://github.com/Neilpang/get.acme.sh/issues/2, related PR https://github.com/Neilpang/acme.sh/pull/2274. ``` wget -O- ... | sh -s -- --home /some/dir --noprofile --nocron ```

it would be very nice to have access to options like `--home` or `--accountemail` for `get.acme.sh` too: curl https://get.acme.sh/ | sh -s -- --home /opt/acme.sh --accountemail [email protected] (`-s --` is...

The copy of curl included with my router firmware does not support https. The copy of wget in it does, but even if I use wget to execute get.acme.sh, the...

I've tried to run curl https://get.acme.sh/ | sh -s [email protected] a couple of times in the last 2-3 weeks and I keep getting a timeout error noted above.

@Neilpang @richard-vd After the change, the installer is able to exit with the curl's exit code. ```sh $ sh index.html % Total % Received % Xferd Average Speed Time Time...

You want us to (blindly) execute a shell script, it would be great to provide some basic info in the README: 1. Where is the script installed? 2. What for...