ユーザ用ツール

サイト用ツール


serverapps:security:cert:acmesh

差分

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

この比較画面へのリンク

次のリビジョン
前のリビジョン
serverapps:security:cert:acmesh [2024/12/09 06:14] – 作成 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 =====
 +
 +指定方法
 +  acme.sh --issue ....   --server  letsencrypt_test
 +  -or-
 +  acme.sh --issue ....   --server  https://acme-staging-v02.api.letsencrypt.org/directory
 +
 +^Short Name^ACME server URL^Usage Wiki^
 +|letsencrypt|https://acme-v02.api.letsencrypt.org/directory|N/A|
 +|letsencrypt_test|https://acme-staging-v02.api.letsencrypt.org/directory|N/A|
 +|buypass|https://api.buypass.com/acme/directory|[[https://github.com/acmesh-official/acme.sh/wiki/BuyPass.com-CA|BuyPass.com CA]]|
 +|buypass_test|https://api.test4.buypass.no/acme/directory|[[https://github.com/acmesh-official/acme.sh/wiki/BuyPass.com-CA|BuyPass.com CA]]|
 +|zerossl|https://acme.zerossl.com/v2/DV90|[[https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA|ZeroSSL.com CA]]|
 +|sslcom|https://acme.ssl.com/sslcom-dv-rsa, https://acme.ssl.com/sslcom-dv-ecc|[[https://github.com/acmesh-official/acme.sh/wiki/SSL.com-CA|SSL.com CA]]|
 +|google|https://dv.acme-v02.api.pki.goog/directory|[[https://github.com/acmesh-official/acme.sh/wiki/Google-Public-CA|Google Public CA]]|
 +|googletest|https://dv.acme-v02.test-api.pki.goog/directory|[[https://github.com/acmesh-official/acme.sh/wiki/Google-Public-CA|Google Public CA]]|
serverapps/security/cert/acmesh.1733724859.txt.gz · 最終更新: 2024/12/09 06:14 by hayashi