This commit is contained in:
colben 2022-04-13 11:45:14 +08:00
parent bdd5da7a2f
commit 2bb36afe4c

View File

@ -45,6 +45,7 @@ categories: ["web"]
--preferred-challenges dns \
--server https://acme-v02.api.letsencrypt.org/directory
# 按照提示,在对应的域名运营商平台新增或修改 _acme-challenge 记录的 txt 值
# 证书文件生成到 /etc/letsencrypt/live/x.com/ 下
# 参数 --cert-name 可以指定证书文件的父级目录名字(替换默认的 x.com)
```
@ -54,6 +55,8 @@ categories: ["web"]
certbot certonly --force-renewal --manual -d '*.x.com' \
--preferred-challenges dns \
--server https://acme-v02.api.letsencrypt.org/directory
# 按照提示,在对应的域名运营商平台修改 _acme-challenge 记录的 txt 值
```
- 生成 2048 位的交换密钥文件