ユーザ用ツール

サイト用ツール


serverapps:security:cert:acmesh

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
serverapps:security:cert:acmesh [2024/12/09 06:33] hayashiserverapps:security:cert:acmesh [2024/12/09 06:35] (現在) hayashi
行 1: 行 1:
 ====== acme.sh ====== ====== acme.sh ======
 ===== install ===== ===== install =====
 +== pkg ==
  
   pkg install acme.sh   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 ===== ===== Serevr =====
serverapps/security/cert/acmesh.1733725990.txt.gz · 最終更新: 2024/12/09 06:33 by hayashi