Repository: qpid-jms
Updated Branches:
  refs/heads/master 475ff58fe -> bf30956c7


QPIDJMS-339 - update documentation for new transport settings

Update documentation for keystore and truststore settings


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/815ebe78
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/815ebe78
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/815ebe78

Branch: refs/heads/master
Commit: 815ebe78d7df1fa47e2755db665e57889ea70b57
Parents: 475ff58
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Authored: Fri Oct 13 08:33:41 2017 -0400
Committer: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Committed: Fri Oct 13 08:33:41 2017 -0400

----------------------------------------------------------------------
 qpid-jms-docs/Configuration.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/815ebe78/qpid-jms-docs/Configuration.md
----------------------------------------------------------------------
diff --git a/qpid-jms-docs/Configuration.md b/qpid-jms-docs/Configuration.md
index eff00ff..8079b17 100644
--- a/qpid-jms-docs/Configuration.md
+++ b/qpid-jms-docs/Configuration.md
@@ -170,7 +170,9 @@ The complete set of SSL Transport options is listed below:
 + **transport.keyStorePassword**  default is to read from the system property 
"javax.net.ssl.keyStorePassword"
 + **transport.trustStoreLocation**  default is to read from the system 
property "javax.net.ssl.trustStore"
 + **transport.trustStorePassword**  default is to read from the system 
property "javax.net.ssl.trustStorePassword"
-+ **transport.storeType** The type of trust store being used. Default is "JKS".
++ **transport.keyStoreType** The type of keyStore being used. Default is to 
read from the system property "javax.net.ssl.keyStoreType" If not set then 
default is "JKS".
++ **transport.trustStoreType** The type of trustStore being used. Default is 
to read from the system property "javax.net.ssl.trustStoreType" If not set then 
default is "JKS". 
++ **transport.storeType** This will set both the keystoreType and 
trustStoreType to the same value. If not set then the keyStoreType and 
trustStoreType will default to the values specified above.
 + **transport.contextProtocol** The protocol argument used when getting an 
SSLContext. Default is "TLS".
 + **transport.enabledCipherSuites** The cipher suites to enable, comma 
separated. No default, meaning the context default ciphers are used. Any 
disabled ciphers are removed from this.
 + **transport.disabledCipherSuites** The cipher suites to disable, comma 
separated. Ciphers listed here are removed from the enabled ciphers. No default.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to