Install https://github.com/acmesh-official/acme.sh
curl https://get.acme.sh | sh -s email=my@example.com
or
wget -O - https://get.acme.sh | sh -s email=my@example.com
The script at https://get.acme.sh only downloads acme.sh from GitHub and
runs its installer (--install-online) with the email you pass. You can read
it first: index.html. The install:
~/.acme.sh/ -- the acme.sh script,
configs, and the certs you issue. An acme.sh alias is added to your
shell profile. Nothing else on the system is touched. Uninstall with
acme.sh --uninstall.acme.sh --cron to renew your certs
before they expire. Certificates are 90 days or shorter, so unattended
renewal is the point. If you do not want the cron job, use the advanced
install with --nocron, then renewals are up to you.https://github.com/acmesh-official/acme.sh/wiki/How-to-install
2 commits
1 commits
Shell
100.0%
Install https://github.com/acmesh-official/acme.sh
curl https://get.acme.sh | sh -s email=my@example.com
or
wget -O - https://get.acme.sh | sh -s email=my@example.com
The script at https://get.acme.sh only downloads acme.sh from GitHub and
runs its installer (--install-online) with the email you pass. You can read
it first: index.html. The install:
~/.acme.sh/ -- the acme.sh script,
configs, and the certs you issue. An acme.sh alias is added to your
shell profile. Nothing else on the system is touched. Uninstall with
acme.sh --uninstall.acme.sh --cron to renew your certs
before they expire. Certificates are 90 days or shorter, so unattended
renewal is the point. If you do not want the cron job, use the advanced
install with --nocron, then renewals are up to you.https://github.com/acmesh-official/acme.sh/wiki/How-to-install
2 commits
1 commits
Shell
100.0%