[java-idp-plugin-jetty] 186/186: JJETTY-13 Implement Jetty-base plugin V2

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:58:57 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=eecc3eec29704829a6de9ff0e5c0e3df9ee05fbf

commit eecc3eec29704829a6de9ff0e5c0e3df9ee05fbf
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 24 15:55:07 2025 +0100

    JJETTY-13 Implement Jetty-base plugin V2
    
    https://shibboleth.atlassian.net/browse/JJETTY-13
    
    Add a keystore
---
 .../idp/module/jetty/jetty-base-download-keystore.gpg   | Bin 0 -> 12738 bytes
 .../net/shibboleth/idp/module/jetty/module.properties   |   4 ++++
 2 files changed, 4 insertions(+)

diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg
new file mode 100644
index 0000000..35ac07e
Binary files /dev/null and b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg differ
diff --git a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
index c27ce2a..c6e6325 100644
--- a/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
+++ b/jetty-impl/src/main/resources/net/shibboleth/idp/module/jetty/module.properties
@@ -97,3 +97,7 @@ jetty.module.18.src = /net/shibboleth/idp/module/jetty/downloadprocrun.bat
 jetty.module.18.dest = bin/downloadprocrun.bat
 jetty.module.18.nonwindows = false
 jetty.module.18.windows = true
+
+jetty.module.19.src = /net/shibboleth/idp/module/jetty/jetty-base-download-keystore.gpg
+jetty.module.19.dest = credentials/jetty-base-download-keystore.gpg
+jetty.module.19.replace = false
\ No newline at end of file

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


More information about the commits mailing list