-
acme.sh 移除颁发的证书
remove acme.sh --remove -d test.example.com 输出 root@local:~# acme.sh --remove -d test.example.com
-
acme.sh 使用 Let's Encrypt 颁发 HTTPS 证书
设置默认 CA acme.sh --set-default-ca --server letsencrypt 命令 acme.sh --issue -d test.example.com -w /v
2025-09-23, Views: 222 , Topics: acme.sh HTTPS Let's Encrypt
-
acme.sh 颁发 HTTPS 证书时更换 CA 机构
CA ZeroSSL(acme.sh 3.0版本默认的CA机构) Let's Encrypt Google --server 使用--server指定CA机构 acme.sh --issue -
-
acme.sh 颁发 HTTPS 证书
安装 acme.sh 普通用户和root用户都可以安装使用。 curl https://get.acme.sh | sh -s email=my@example.com 或 wget -O -