summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-04-09 20:39:37 +0200
committerGitHub <noreply@github.com>2023-04-09 14:39:37 -0400
commit55d93fed8a5210417e76f5eb0496d99b944ade0d (patch)
tree11137c3b227c7948d0cc74ae338b66dddf2fa1fe /docs
parent96fb7506db633135f1470dc0ed34b4b1e36e8ea0 (diff)
downloadgitea-55d93fed8a5210417e76f5eb0496d99b944ade0d.tar.gz
gitea-55d93fed8a5210417e76f5eb0496d99b944ade0d.zip
Fix markdownlint (#24024)
Should fix the currently broken CI, and also validate via new `complicance-docs` pipeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/administration/https-support.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/administration/https-support.zh-cn.md b/docs/content/doc/administration/https-support.zh-cn.md
index c7b7ec08c6..75e9284b59 100644
--- a/docs/content/doc/administration/https-support.zh-cn.md
+++ b/docs/content/doc/administration/https-support.zh-cn.md
@@ -56,7 +56,7 @@ PORT_TO_REDIRECT = 3080
## 使用 ACME (默认: Let's Encrypt)
-[ACME](https://tools.ietf.org/html/rfc8555) 是一种证书颁发机构标准协议,允许您自动请求和续订 SSL/TLS 证书。[Let`s Encrypt](https://letsencrypt.org/) 是使用此标准的免费公开信任的证书颁发机构服务器。仅实施“HTTP-01”和“TLS-ALPN-01”挑战。为了使 ACME 质询通过并验证您的域所有权,“80”端口(“HTTP-01”)或“443”端口(“TLS-ALPN-01”)上 gitea 域的外部流量必须由 gitea 实例提供服务。可能需要设置 [HTTP 重定向](#设置HTTP重定向) 和端口转发才能正确路由外部流量。否则,到端口“80”的正常流量将自动重定向到 HTTPS。**您必须同意**ACME提供商的服务条款(默认为Let's Encrypt的 [服务条款](https://letsencrypt.org/documents/LE-SA-v1.2-2017年11月15日.pdf)。
+[ACME](https://tools.ietf.org/html/rfc8555) 是一种证书颁发机构标准协议,允许您自动请求和续订 SSL/TLS 证书。[Let`s Encrypt](https://letsencrypt.org/) 是使用此标准的免费公开信任的证书颁发机构服务器。仅实施“HTTP-01”和“TLS-ALPN-01”挑战。为了使 ACME 质询通过并验证您的域所有权,“80”端口(“HTTP-01”)或“443”端口(“TLS-ALPN-01”)上 gitea 域的外部流量必须由 gitea 实例提供服务。可能需要设置 [HTTP 重定向](#设置http重定向) 和端口转发才能正确路由外部流量。否则,到端口“80”的正常流量将自动重定向到 HTTPS。**您必须同意**ACME提供商的服务条款(默认为Let's Encrypt的 [服务条款](https://letsencrypt.org/documents/LE-SA-v1.2-2017年11月15日.pdf)。
实用默认 Let's Encrypt 的最小配置如下: