You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/04/02 08:19:41 UTC

[incubator-skywalking] branch document/advanced updated: Fix more typos.

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

wusheng pushed a commit to branch document/advanced
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/document/advanced by this push:
     new ebf4e03  Fix more typos.
ebf4e03 is described below

commit ebf4e0374b2118adb9f53be0e84a25087fe2a337
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Mon Apr 2 16:19:08 2018 +0800

    Fix more typos.
---
 docs/en/TLS.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/TLS.md b/docs/en/TLS.md
index 56e54d1..d67654f 100644
--- a/docs/en/TLS.md
+++ b/docs/en/TLS.md
@@ -25,9 +25,9 @@ Only support **no mutual auth**.
 ## Open and config TLS
 
 ### Agent config
-- Place `ca.srt` into `/ca` folder in agent package. Notice, `/ca` is not created in distribution, please create it by yourself.
+- Place `ca.crt` into `/ca` folder in agent package. Notice, `/ca` is not created in distribution, please create it by yourself.
 
-Agent open TLS automatically after the `/ca/ca.srt` file detected.
+Agent open TLS automatically after the `/ca/ca.crt` file detected.
 
 ### Collector config
 Module `agent_gRPC/gRPC` supports TLS. And only this module for now.

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.