260911.Let’s Encrypt.https泛域名证书.90天多域名证书.部署指引

  1. 部署流程
  2. acme.sh部署

部署流程

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Ubuntu

acme.sh

腾讯云 DNS API

自动创建 _acme-challenge TXT

Let's Encrypt 验证

生成泛域名证书

Nginx

以后自动续期

acme.sh部署

1
2
3
4
curl https://get.acme.sh | sh -s email=2226311013@qq.com

并创建 一个 shell 的 alias,
例如 .bashrc,方便你的使用: alias acme.sh=~/.acme.sh/acme.sh
归档 GitHub