[java-idp-jetty-base] 02/04: IDP-1110 - align backchannel properties with ssl.context ones

Rod Widdowson rdw at steadingsoftware.com
Wed Sep 5 06:37:39 EDT 2018


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

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

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

commit 58cd3db2f6b22a87d9e643fb582b4eccdea4827c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 5 11:00:41 2018 +0100

    IDP-1110 - align backchannel properties with ssl.context ones
    
    https://issues.shibboleth.net/jira/browse/IDP-1110
    
    idp.backchannel.keystore.whatever
    	becomes
    idp.backchannel.keyStoreWhatever
---
 src/main/resources/jetty-base/etc/idp-backchannel.xml     | 6 +++---
 src/main/resources/jetty-base/start.d/idp-backchannel.ini | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/jetty-base/etc/idp-backchannel.xml b/src/main/resources/jetty-base/etc/idp-backchannel.xml
index 732c902..12c150f 100644
--- a/src/main/resources/jetty-base/etc/idp-backchannel.xml
+++ b/src/main/resources/jetty-base/etc/idp-backchannel.xml
@@ -7,9 +7,9 @@
   <!-- for backchannel (SOAP) communication to IdP                   -->
   <!-- ============================================================= -->
   <New id="shibContextFactory" class="net.shibboleth.utilities.jetty9.DelegateToApplicationSslContextFactory">
-    <Set name="KeyStorePath"><Property name="idp.backchannel.keystore.path" default="../credentials/idp-backchannel.p12" /></Set>
-    <Set name="KeyStoreType"><Property name="idp.backchannel.keystore.type" default="PKCS12" /></Set>
-    <Set name="KeyStorePassword"><Property name="idp.backchannel.keystore.password" default="changeit" /></Set>
+    <Set name="KeyStorePath"><Property name="idp.backchannel.keyStorePath" default="../credentials/idp-backchannel.p12" /></Set>
+    <Set name="KeyStoreType"><Property name="idp.backchannel.keyStoreType" default="PKCS12" /></Set>
+    <Set name="KeyStorePassword"><Property name="idp.backchannel.keyStorePassword" default="changeit" /></Set>
     <Set name="EndpointIdentificationAlgorithm"></Set>
     <Set name="renegotiationAllowed">false</Set>
     <Set name="useCipherSuitesOrder">true</Set>
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 2d81660..f872f00 100644
--- a/src/main/resources/jetty-base/start.d/idp-backchannel.ini
+++ b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
@@ -8,10 +8,10 @@
 # idp.backchannel.port=8443
 
 ## Backchannel keystore file path (relative to $jetty.base)
-# idp.backchannel.keystore.path=../credentials/idp-backchannel.p12
+# idp.backchannel.keyStorePath=../credentials/idp-backchannel.p12
 
 ## Backchannel keystore password
-# idp.backchannel.keystore.password=changeit
+# idp.backchannel.keyStorePassword=changeit
 
 ## Backchannel keystore type
-# idp.backchannel.keystore.type=PKCS12
+# idp.backchannel.keyStoreType=PKCS12

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


More information about the commits mailing list