[java-idp-plugin-jetty] 38/186: IDP-1110 - Use relative paths instead of idp.home
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:29 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=482681868e7f11a8553c209cc6da952799e0a9fb
commit 482681868e7f11a8553c209cc6da952799e0a9fb
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Apr 25 17:15:39 2018 -0500
IDP-1110 - Use relative paths instead of idp.home
https://issues.shibboleth.net/jira/browse/IDP-1110
---
src/main/resources/jetty-base/start.d/idp-backchannel.ini | 2 +-
src/main/resources/jetty-base/start.d/idp.ini | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 64dfa8e..ea5d208 100644
--- a/src/main/resources/jetty-base/start.d/idp-backchannel.ini
+++ b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
@@ -6,6 +6,6 @@
jetty.backchannel.host=0.0.0.0
jetty.backchannel.port=9443
-jetty.backchannel.keystore.path=${idp.home}/credentials/idp-backchannel.p12
+jetty.backchannel.keystore.path=../credentials/idp-backchannel.p12
jetty.backchannel.keystore.password=changeit
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 b76699e..9f8f88b 100644
--- a/src/main/resources/jetty-base/start.d/idp.ini
+++ b/src/main/resources/jetty-base/start.d/idp.ini
@@ -4,7 +4,7 @@
# ---------------------------------------
--module=idp
-jetty.sslContext.keyStorePath=${idp.home}/credentials/idp-userfacing.p12
+jetty.sslContext.keyStorePath=../credentials/idp-userfacing.p12
jetty.sslContext.keyStoreType=PKCS12
jetty.sslContext.keyStorePassword=changeit
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list