You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2019/11/01 09:02:57 UTC

[incubator-apisix] branch juzhiyuan-patch-1 created (now 848c7d7)

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

juzhiyuan pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git.


      at 848c7d7  docs: fix typo

This branch includes the following new commits:

     new 848c7d7  docs: fix typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-apisix] 01/01: docs: fix typo

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git

commit 848c7d76d794b5e89db1e22f8dd5b803168b227a
Author: 琚致远 <ju...@apache.org>
AuthorDate: Fri Nov 1 17:02:52 2019 +0800

    docs: fix typo
---
 doc/https-cn.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/https-cn.md b/doc/https-cn.md
index bb37954..34de2d4 100644
--- a/doc/https-cn.md
+++ b/doc/https-cn.md
@@ -62,9 +62,9 @@ curl --resolve 'test.com:9443:127.0.0.1' https://test.com:9443/hello  -vvv
 > Accept: */*
 ```
 
-### 范域名
+### 泛域名
 
-一个 SSL 证书的域名也可能包含范域名,如`*.test.com`,它代表所有以`test.com`结尾的域名都可以使用该证书。
+一个 SSL 证书的域名也可能包含泛域名,如`*.test.com`,它代表所有以`test.com`结尾的域名都可以使用该证书。
 比如`*.test.com`,可以匹配 `www.test.com`、`mail.test.com`甚至`a.b.test.com`。
 
 看下面这个例子,请注意 `sni` 这个属性: