honzahommer / get.acme.sh

get.acme.sh

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get.acme.sh

1. Install from web: https://get.acme.sh

Install https://github.com/Neilpang/acme.sh

curl https://get.acme.sh | sh

or

wget -O -  https://get.acme.sh | sh

Install Options

See https://github.com/Neilpang/acme.sh/wiki/Options-and-Params for available options.

curl https://get.acme.sh | ACME_USE_WGET=1 HTTPS_INSECURE=1 sh -s -- --home /opt/acme.sh --noprofile

or

wget -O -  https://get.acme.sh | HTTPS_INSECURE=1 sh -s -- --home /opt/acme.sh --noprofile

2. Advanced Installation:

https://github.com/Neilpang/acme.sh/wiki/How-to-install

About

get.acme.sh

https://get.acme.sh


Languages

Language:Shell 100.0%