ユーザ用ツール

サイト用ツール


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

Serevr

serverapps/security/cert/acmesh.txt · 最終更新: 2024/12/09 06:35 by hayashi