You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/04/08 00:33:27 UTC

[servicecomb-docs] branch master updated (09aa0a8 -> 6c24f62)

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

liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git.


    from 09aa0a8  [SCB-1845]add TOC for java-chassis documents to make easier to search
     new 2e73f39  fix table error
     new 6c24f62  fix default value error

The 2 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.


Summary of changes:
 java-chassis-reference/en_US/docs/index.md        | 4 ++--
 java-chassis-reference/en_US/docs/security/tls.md | 4 ++--
 java-chassis-reference/zh_CN/docs/security/tls.md | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)


[servicecomb-docs] 02/02: fix default value error

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git

commit 6c24f62809eb3d3b4daab25f47b1963e48f0f5d3
Author: liubao <bi...@qq.com>
AuthorDate: Tue Apr 7 19:58:04 2020 +0800

    fix default value error
---
 java-chassis-reference/en_US/docs/security/tls.md | 4 ++--
 java-chassis-reference/zh_CN/docs/security/tls.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/java-chassis-reference/en_US/docs/security/tls.md b/java-chassis-reference/en_US/docs/security/tls.md
index adf91e8..8b0354d 100644
--- a/java-chassis-reference/en_US/docs/security/tls.md
+++ b/java-chassis-reference/en_US/docs/security/tls.md
@@ -59,8 +59,8 @@ The certificate configuration items are shown in Table 1. Certificate Configurat
 | Ssl.engine| jdk | - | No | ssl protocol, provide jdk/openssl options | default jdk |
 | ssl.protocols | TLSv1.2 | - | No | Protocol List | separated by comma |
 | ssl.ciphers | TLS\_ECDHE\_RSA\_WITH\_AES\_256\_GCM\_SHA384,<br/>TLS\_ECDHE\_RSA\_WITH \_AES\_128\_GCM\_SHA256 | - | No| List of laws | separated by comma |
-| ssl.authPeer | true | - | No | Whether to authenticate the peer | - |
-| ssl.checkCN.host | true | - | No | Check whether the CN of the certificate is checked. | This configuration item is valid only on the Consumer side and is valid using the http protocol. That is, the Consusser side uses the rest channel. Invalid for Provider, highway, etc. The purpose of checking CN is to prevent the server from being phishing, refer to Standard definition: [https://tools.ietf.org/html/rfc2818. ](https://tools.ietf.org/html/rfc2818.) |
+| ssl.authPeer | false | - | No | Whether to authenticate the peer | - |
+| ssl.checkCN.host | false | - | No | Check whether the CN of the certificate is checked. | This configuration item is valid only on the Consumer side and is valid using the http protocol. That is, the Consusser side uses the rest channel. Invalid for Provider, highway, etc. The purpose of checking CN is to prevent the server from being phishing, refer to Standard definition: [https://tools.ietf.org/html/rfc2818. ](https://tools.ietf.org/html/rfc2818.) |
 | ssl.trustStore | trust.jks | - | No | Trust certificate file | - |
 | ssl.trustStoreType | JKS | - | No | Trust Certificate Type | - |
 | ssl.trustStoreValue | - | - | No | Trust Certificate Password | - |
diff --git a/java-chassis-reference/zh_CN/docs/security/tls.md b/java-chassis-reference/zh_CN/docs/security/tls.md
index d9b4e51..cb098da 100644
--- a/java-chassis-reference/zh_CN/docs/security/tls.md
+++ b/java-chassis-reference/zh_CN/docs/security/tls.md
@@ -57,8 +57,8 @@ ssl.[tag].[property]
 | ssl.engine| jdk | - | 否 | ssl协议,提供jdk/openssl选择 | 默认为jdk |
 | ssl.protocols | TLSv1.2 | - | 否 | 协议列表 | 使用逗号分隔 |
 | ssl.ciphers | TLS\_ECDHE\_RSA\_WITH\_AES\_256\_GCM\_SHA384,<br/>TLS\_ECDHE\_RSA\_WITH\_AES\_128\_GCM\_SHA256 | - | 否 | 算法列表 | 使用逗号分隔 |
-| ssl.authPeer | true | - | 否 | 是否认证对端 | - |
-| ssl.checkCN.host | true | - | 否 | 是否对证书的CN进行检查 | 该配置项只对Consumer端,并且使用http协议有效,即Consumser端使用rest通道有效。对于Provider端、highway通道等无效。检查CN的目的是防止服务器被钓鱼,参考标准定义:[https://tools.ietf.org/html/rfc2818。](https://tools.ietf.org/html/rfc2818。) |
+| ssl.authPeer | false | - | 否 | 是否认证对端 | - |
+| ssl.checkCN.host | false | - | 否 | 是否对证书的CN进行检查 | 该配置项只对Consumer端,并且使用http协议有效,即Consumser端使用rest通道有效。对于Provider端、highway通道等无效。检查CN的目的是防止服务器被钓鱼,参考标准定义:[https://tools.ietf.org/html/rfc2818。](https://tools.ietf.org/html/rfc2818。) |
 | ssl.trustStore | trust.jks | - | 否 | 信任证书文件 | - |
 | ssl.trustStoreType | JKS | - | 否 | 信任证书类型 | - |
 | ssl.trustStoreValue | - | - | 否 | 信任证书密码 | - |


[servicecomb-docs] 01/02: fix table error

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git

commit 2e73f39e489a9de24167d580f3f07f4fbae5bff4
Author: liubao <bi...@qq.com>
AuthorDate: Tue Apr 7 19:32:10 2020 +0800

    fix table error
---
 java-chassis-reference/en_US/docs/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java-chassis-reference/en_US/docs/index.md b/java-chassis-reference/en_US/docs/index.md
index 4cdb6e1..9eaed6c 100644
--- a/java-chassis-reference/en_US/docs/index.md
+++ b/java-chassis-reference/en_US/docs/index.md
@@ -7,8 +7,8 @@ Apache ServiceComb Java Chassis provides developers with a Java SDK to quickly b
 
 For other versions, please check the following table.
 
-| version | link |
-| :--- | :--- |
+| version | link | notes |
+| :--- | :--- | :--- |
 | latest(2.0.0) | [中文](https://docs.servicecomb.io/java-chassis/zh_CN/), [English](https://docs.servicecomb.io/java-chassis/en_US/)| hosted by github pages | 
 | latest(2.0.0) | [中文](http://liubao68.gitee.io/servicecomb-java-chassis-doc/java-chassis/zh_CN/), [English](http://liubao68.gitee.io/servicecomb-java-chassis-doc/java-chassis/en_US/)| hosted by gitee pages |
 | latest(2.0.0) | [中文](http://1v96us.coding-pages.com/docs/java-chassis/zh_CN/), [English](http://1v96us.coding-pages.com/docs/java-chassis/en_US/)| hosted by coding pages|