Skip to content

Commit

Permalink
Fix document error (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
lican authored and wu-sheng committed Apr 17, 2018
1 parent bd1286a commit 59c945a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
* [Videos](https://github.com/OpenSkywalking/Community#videos)
* [Articles](https://github.com/OpenSkywalking/Community#articles)
* FAQ
* [Why only traces in UI?](cn/FAQ/Why-have-traces-no-others.md)
* [Too many GRPC logs in the console](cn/FAQ/Too-many-gRPC-logs.md)
* [Why only traces in UI?](en/FAQ/Why-have-traces-no-others.md)
* [Too many GRPC logs in the console](en/FAQ/Too-many-gRPC-logs.md)
* [The trace doesn't continue in kafka consumer side](en/FAQ/kafka-plugin.md)
* [Agent or collector version upgrade](en/FAQ/Upgrade.md)

2 changes: 1 addition & 1 deletion docs/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* [log4j2组件](cn/Application-toolkit-log4j-2.x-CN.md)
* [logback组件](cn/Application-toolkit-logback-1.x-CN.md)
* [Trace](cn/Application-toolkit-trace-CN.md)
   * [调用链跨线程传递](cn/Application-toolkit-trace-cross-thread-CN.md)
* [调用链跨线程传递](cn/Application-toolkit-trace-cross-thread-CN.md)
* 测试用例
* [插件测试](https://github.com/SkywalkingTest/agent-integration-test-report)
* [Java 探针性能测试](https://skywalkingtest.github.io/Agent-Benchmarks/README_zh.html)
Expand Down
5 changes: 2 additions & 3 deletions docs/cn/TLS-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
在通过Internet传输数据时,传输层安全(TLS)是一种非常常见的安全方式
用户可能会在一些场景下遇到这样的情形:

>被监控(部署探针)的应用中部署在同一个私有云(VPC)区域当中,与此同时, SkyWalking 的服务端部署在另一个私有云(VPC)区域中
> 被监控(部署探针)的应用中部署在同一个私有云(VPC)区域当中,与此同时, SkyWalking 的服务端部署在另一个私有云(VPC)区域中
>
> 在这种情况下,就非常有必要做一些传输安全认证.
Expand All @@ -16,7 +16,7 @@

## 认证模式
仅仅支持 **非双向认证**.
- 如果你比较熟悉如何生存 key 文件,可以使用 [脚本](../../tools/TLS/tls_key_generate.sh) .
- 如果你比较熟悉如何生成 key 文件,可以使用 [脚本](../../tools/TLS/tls_key_generate.sh) .
- 在客户端使用 `ca.crt`文件
- 在服务端使用 `server.crt``server.pem`.

Expand All @@ -35,7 +35,6 @@
- `ssl_private_key_file` 配置为 `server.pem`的绝对路径.

## 避免端口共享
在大多数情况下,
在大多数情况下,我们建议在`agent_gRPC / gRPC``remote / gRPC`模块中共享所有gRPC服务的端口。
但是,当你在`agent_gRPC / gRPC`模块中打开TLS时不要这样做,原因就是无论是否开始TLS,你都无法监听端口。
解决方案, 换一个端口 `remote/gRPC/port`.
Expand Down

0 comments on commit 59c945a

Please sign in to comment.