You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/07/22 20:10:55 UTC

[apisix] branch master updated: docs: fix wrong description in certificate.md (#4650)

This is an automated email from the ASF dual-hosted git repository.

shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new ffb2c30  docs: fix wrong description in certificate.md (#4650)
ffb2c30 is described below

commit ffb2c306d43b7352c175b48bc31817ba3e998b83
Author: Rohan Sharma <rh...@gmail.com>
AuthorDate: Fri Jul 23 01:40:47 2021 +0530

    docs: fix wrong description in certificate.md (#4650)
---
 docs/zh/latest/certificate.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/certificate.md b/docs/zh/latest/certificate.md
index 831740f..85bb53c 100644
--- a/docs/zh/latest/certificate.md
+++ b/docs/zh/latest/certificate.md
@@ -106,7 +106,7 @@ curl --resolve 'test.com:9443:127.0.0.1' https://test.com:9443/hello  -vvv
 ### 泛域名
 
 一个 SSL 证书的域名也可能包含泛域名,如`*.test.com`,它代表所有以`test.com`结尾的域名都可以使用该证书。
-比如`*.test.com`,可以匹配 `www.test.com`、`mail.test.com`甚至`a.b.test.com`。
+比如`*.test.com`,可以匹配 `www.test.com`、`mail.test.com`。
 
 看下面这个例子,请注意我们把 `*.test.com` 作为 sni 传递进来: