ユーザ用ツール

サイト用ツール


serverapps:security:cert:acmesh

文書の過去の版を表示しています。


acme.sh

install

pkg
pkg install acme.sh
curl
curl https://get.acme.sh | sh -s email=my@example.com
wget
wget -O -  https://get.acme.sh | sh -s email=my@example.com
git
git clone https://github.com/acmesh-official/acme.sh.git
cd ./acme.sh
./acme.sh --install -m my@example.com

cron

curlやwgetでinstallした場合には設定されるがpkgでは設定されないので

0 0 * * * /usr/local/sbin/acme.sh --cron --home "/home/user/.acme.sh" > /dev/null

Serevr

参考

serverapps/security/cert/acmesh.1745394188.txt.gz · 最終更新: 2025/04/23 07:43 by hayashi