Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/zh-cn/docs/challenge-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 验证方式
slug: challenge-types
lastmod: 2025-12-03
lastmod: 2026-02-12
show_lastmod: 1
---

Expand All @@ -26,7 +26,7 @@ HTTP-01 验证只能使用 80 端口。 因为允许客户端指定任意端口
缺点:

- 如果您的 ISP 封锁了 80 端口,该验证将无法正常工作(这种情况很少见,但一些住宅 ISP 会这么做)。
- Let’s Encrypt 不允许您使用此验证方式来颁发通配符证书
- 申请通配符证书时不能采用这种验证方式
- 您如果有多个 Web 服务器,则必须确保该文件在所有这些服务器上都可用。

# DNS-01 验证
Expand Down