ACME.SH 签发 Google SSL 证书作者: Kingson / 2024-12-03 Table of Contents 在 Google Cloud Shell 创建 EAB key 和 EAB id gcloud publicca external-account-keys create 使用 EAB key 和 id 注册 ACME acme.sh --register-account -m myemail@example.com --server google \ --eab-kid xxxxxxx \ --eab-hmac-key xxxxxxx 签发证书 获取 TXT 记录 acme.sh --issue --server google \ -d example.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please 填好 TXT 记录后在执行 renew 操作获取证书 acme.sh --renew --server google \ -d example.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please 参考文档:Google Trust Services CA · acmesh-official/acme.sh Wiki 发表评论须遵守中华人民共和国相关法律法规。违规评论将会被删除。Comments must subject to the relevant laws and regulations of the People’s Republic of China. Offending comments will be deleted. 发表评论 取消回复您的邮箱地址不会被公开。 必填项已用 * 标注在此输入...Name* 电子邮箱* 网站 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。 如果有人回复我的评论,请通过电子邮件通知我。 Δ 此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据。