serverapps:security:cert:acmesh
差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
serverapps:security:cert:acmesh [2024/12/09 06:14] – 作成 hayashi | serverapps: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:// | ||
+ | |||
+ | == wget == | ||
+ | |||
+ | wget -O - https:// | ||
+ | |||
+ | == git == | ||
+ | |||
+ | git clone https:// | ||
+ | cd ./acme.sh | ||
+ | ./acme.sh --install -m my@example.com | ||
+ | |||
+ | ===== Serevr ===== | ||
+ | |||
+ | 指定方法 | ||
+ | acme.sh --issue .... | ||
+ | -or- | ||
+ | acme.sh --issue .... | ||
+ | |||
+ | ^Short Name^ACME server URL^Usage Wiki^ | ||
+ | |letsencrypt|https:// | ||
+ | |letsencrypt_test|https:// | ||
+ | |buypass|https:// | ||
+ | |buypass_test|https:// | ||
+ | |zerossl|https:// | ||
+ | |sslcom|https:// | ||
+ | |google|https:// | ||
+ | |googletest|https:// |
serverapps/security/cert/acmesh.1733724859.txt.gz · 最終更新: 2024/12/09 06:14 by hayashi