[java-idp-jetty-base] 01/04: IDP-1110 - Add comments to properties in ini files

Tom Zeller tzeller at dragonacea.biz
Thu Apr 26 10:46:47 EDT 2018


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=0f6448d0f5385e99f7c9017a665e81ba1a77dfa0

commit 0f6448d0f5385e99f7c9017a665e81ba1a77dfa0
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Apr 26 09:34:10 2018 -0500

    IDP-1110 - Add comments to properties in ini files
    
    https://issues.shibboleth.net/jira/browse/IDP-1110
---
 src/main/resources/jetty-base/start.d/idp-backchannel.ini | 9 +++++++++
 src/main/resources/jetty-base/start.d/idp.ini             | 7 ++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/jetty-base/start.d/idp-backchannel.ini b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
index 9ee126a..3a90e7a 100644
--- a/src/main/resources/jetty-base/start.d/idp-backchannel.ini
+++ b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
@@ -4,8 +4,17 @@
 # --------------------------------------- 
 --module=idp-backchannel
 
+## Backchannel connector host/address to bind to
 # jetty.backchannel.host=0.0.0.0
+
+## Backchannel connector port to listen on
 # jetty.backchannel.port=8443
+
+## Backchannel keystore file path (relative to $jetty.base)
 # jetty.backchannel.keystore.path=../credentials/idp-backchannel.p12
+
+## Backchannel keystore password
 # jetty.backchannel.keystore.password=changeit
+
+## Backchannel keystore type
 # jetty.backchannel.keystore.type=PKCS12
diff --git a/src/main/resources/jetty-base/start.d/idp.ini b/src/main/resources/jetty-base/start.d/idp.ini
index f0a7f5c..e22eeaa 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -4,8 +4,13 @@
 # --------------------------------------- 
 --module=idp
 
+## Keystore file path (relative to $jetty.base)
 # jetty.sslContext.keyStorePath=../credentials/idp-userfacing.p12
+
+## Keystore type
 # jetty.sslContext.keyStoreType=PKCS12
+
+## Keystore password
 # jetty.sslContext.keyStorePassword=changeit
 
 ## Connector host/address to bind to
@@ -14,5 +19,5 @@
 ## Connector port to listen on
 jetty.ssl.port=443
 
-# Path to IdP WAR (dir or file), relative to ${jetty.base} directory
+## Path to IdP WAR (dir or file), relative to ${jetty.base} directory
 # jetty.war.path=../war/idp.war

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list