You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2017/12/25 01:35:54 UTC

directory-kerby git commit: Update the deploy-https.md

Repository: directory-kerby
Updated Branches:
  refs/heads/has-project 60ca90418 -> 779def892


Update the deploy-https.md


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/779def89
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/779def89
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/779def89

Branch: refs/heads/has-project
Commit: 779def89212ba7135859e038967f3c4fd940fd4c
Parents: 60ca904
Author: plusplusjiajia <ji...@intel.com>
Authored: Mon Dec 25 09:32:02 2017 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Mon Dec 25 09:32:02 2017 +0800

----------------------------------------------------------------------
 has/doc/deploy-https.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/779def89/has/doc/deploy-https.md
----------------------------------------------------------------------
diff --git a/has/doc/deploy-https.md b/has/doc/deploy-https.md
index d2ed6a0..4ae328c 100644
--- a/has/doc/deploy-https.md
+++ b/has/doc/deploy-https.md
@@ -39,7 +39,7 @@ keytool -list -v -keystore {trustAll}
 ```
 
 ## 7. Edit the Configuration files
-> Deploy {keystore} and {trustAll} files and config /etc/has/ssl-server.conf for HAS server
+> Deploy {keystore} and {trustAll} files and config /<conf-dir>/ssl-server.conf for HAS server
 ```
 ssl.server.keystore.location = {path to keystore}
 ssl.server.keystore.password = {keystore password set in step 1}
@@ -49,7 +49,8 @@ ssl.server.truststore.location = {path to trustAll}
 ssl.server.truststore.password = {trustAll password set in step 2}
 ```
 
-> Config /etc/has/ssl-client.conf for HAS client
+> Config /etc/has/<https_host>/ssl-client.conf for HAS client, the <https_host>
+is the has server address, the same as the value configured in has-client.conf
 ```
 ssl.client.truststore.location = {path to trustAll}
 ssl.client.truststore.password = {trustAll password}