[java-identity-provider] branch main updated: IDP-2437 Change download location of PGP_KEYS file to https

Codeberg noreply at shibboleth.net
Wed Feb 18 20:24:34 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/8e256dcc6fc977331b8be1d00582b78a2ff210fb

The following commit(s) were added to refs/heads/main by this push:
     new 8e256dcc6 IDP-2437 Change download location of PGP_KEYS file to https
8e256dcc6 is described below

commit 8e256dcc6fc977331b8be1d00582b78a2ff210fb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Feb 18 20:23:52 2026 +0000

    IDP-2437 Change download location of PGP_KEYS file to https
    
    https://shibboleth.atlassian.net/browse/IDP-2437
---
 .../src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java
index 29c5b542b..030144f25 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/UpdateIdPCLI.java
@@ -63,7 +63,7 @@ import net.shibboleth.shared.spring.httpclient.resource.HTTPResource;
 public class UpdateIdPCLI extends AbstractIdPHomeAwareCommandLine<UpdateIdPArguments> {
 
     /** The place we publish our keys. */
-    @Nonnull public static final String SHIBBOLETH_SIGNING_KEYS = "http://shibboleth.net/downloads/PGP_KEYS";
+    @Nonnull public static final String SHIBBOLETH_SIGNING_KEYS = "https://shibboleth.net/downloads/PGP_KEYS";
 
     /** Logger. */
     @Nullable private Logger log;
@@ -358,4 +358,4 @@ public class UpdateIdPCLI extends AbstractIdPHomeAwareCommandLine<UpdateIdPArgum
        System.exit(runMain(args));
    }
 
-}
\ 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