diff --git a/content/post/letsencrypt.md b/content/post/letsencrypt.md index 26e990c..8976f63 100644 --- a/content/post/letsencrypt.md +++ b/content/post/letsencrypt.md @@ -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 位的交换密钥文件