[java-idp-plugin-jetty] 90/186: Credentials are relative to jetty-base.
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:57:21 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=c1cadb3f0cf52b2648665dd0e8a93eefcd0714f5
commit c1cadb3f0cf52b2648665dd0e8a93eefcd0714f5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 19 12:59:20 2022 -0400
Credentials are relative to jetty-base.
---
src/main/resources/jetty-base/etc/idp-backchannel.xml | 2 +-
src/main/resources/jetty-base/start.d/idp-backchannel.ini | 2 +-
src/main/resources/jetty-base/start.d/idp.ini | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/jetty-base/etc/idp-backchannel.xml b/src/main/resources/jetty-base/etc/idp-backchannel.xml
index e3fcb25..e242ced 100644
--- a/src/main/resources/jetty-base/etc/idp-backchannel.xml
+++ b/src/main/resources/jetty-base/etc/idp-backchannel.xml
@@ -7,7 +7,7 @@
<!-- for backchannel (SOAP) communication to IdP -->
<!-- ============================================================= -->
<New id="shibContextFactory" class="net.shibboleth.utilities.jetty94.DelegateToApplicationSslContextFactory">
- <Set name="KeyStorePath"><Property name="idp.backchannel.keyStorePath" default="../credentials/idp-backchannel.p12" /></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>
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 f872f00..fcf7218 100644
--- a/src/main/resources/jetty-base/start.d/idp-backchannel.ini
+++ b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
@@ -8,7 +8,7 @@
# idp.backchannel.port=8443
## Backchannel keystore file path (relative to $jetty.base)
-# idp.backchannel.keyStorePath=../credentials/idp-backchannel.p12
+# idp.backchannel.keyStorePath=credentials/idp-backchannel.p12
## Backchannel keystore password
# idp.backchannel.keyStorePassword=changeit
diff --git a/src/main/resources/jetty-base/start.d/idp.ini b/src/main/resources/jetty-base/start.d/idp.ini
index d52e920..c8f5e27 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -6,9 +6,9 @@
--module=idp
## Keystore file path (relative to $jetty.base)
-jetty.sslContext.keyStorePath=../credentials/idp-userfacing.p12
+jetty.sslContext.keyStorePath=credentials/idp-userfacing.p12
## Truststore file path (relative to $jetty.base)
-jetty.sslContext.trustStorePath=../credentials/idp-userfacing.p12
+jetty.sslContext.trustStorePath=credentials/idp-userfacing.p12
## Keystore type
jetty.sslContext.keyStoreType=PKCS12
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list