From 8e56b22a75719617110a8ee0dc3c14117c03adaa Mon Sep 17 00:00:00 2001 From: grdk37 <8392933+grdk37@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:01:44 +0800 Subject: [PATCH] =?UTF-8?q?https://github.com/acmesh-official/acme.sh/pull?= =?UTF-8?q?/6442=E7=9A=84=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 说明.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/说明.md b/说明.md index b615b83..cad382e 100644 --- a/说明.md +++ b/说明.md @@ -66,6 +66,11 @@ wget -O - https://get.acme.sh | sh -s email=my@example.com acme.sh --issue -d mydomain.com -d www.mydomain.com --webroot /home/wwwroot/mydomain.com/ ``` +### 支持letsencrypt的ip证书 及certificate profile + +```shell +acme.sh --issue -d 203.0.113.195 -w /home/username/public_html --server letsencrypt_test --certificate-profile shortlived --days 6 +``` ### 使用 Apache 模式 如果你用的 **Apache** 服务器,**acme.sh** 还可以智能的从 **Apache** 的配置中自动完成验证,你不需要指定网站根目录: