acmesh-official / get.acme.sh

get.acme.sh

Home Page:https://get.acme.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow specifying install options (like --home)

s-ol opened this issue · comments

commented

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 expiry@myservice.com

(-s -- is needed to pass them to the script, of course the interface could work on environment variables too).

commented

Thanks for your info. I will add it soon.

Thanks.

When I have no crontab installed in my system, it tells me to use --force to install. But I cannot use get.sh to pass params(--install --force) to acme.sh.

Plz fix it, thanks!