[java-idp-jetty-base] 01/03: Revert "Delete backchannel ini."
Scott Cantor
cantor.2 at osu.edu
Mon Mar 25 20:08:10 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch 11-testbed-eclipse
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=4190eebfd320b93b5d719ee5f397d0427bc7f5e3
commit 4190eebfd320b93b5d719ee5f397d0427bc7f5e3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 25 16:07:53 2024 -0400
Revert "Delete backchannel ini."
This reverts commit b1072b3f03e38f644b53974d2c231f6ac0d77c1f.
---
.../resources/jetty-base/start.d/idp-backchannel.ini | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/main/resources/jetty-base/start.d/idp-backchannel.ini b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
new file mode 100644
index 0000000..edd3205
--- /dev/null
+++ b/src/main/resources/jetty-base/start.d/idp-backchannel.ini
@@ -0,0 +1,17 @@
+# ---------------------------------------
+# Module: idp-backchannel
+# Shibboleth IdP Dedicated SOAP Connector
+# ---------------------------------------
+# --module=idp-backchannel
+
+## Backchannel connector port to listen on
+# idp.backchannel.port=8443
+
+## Backchannel keystore file path (relative to $jetty.base)
+# idp.backchannel.keyStorePath=credentials/idp-backchannel.p12
+
+## Backchannel keystore password
+# idp.backchannel.keyStorePassword=changeit
+
+## Backchannel keystore type
+# 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