[java-mvn-enforcer-data] 01/02: Add a note decribing how to update keys from the keyservers

Codeberg noreply at shibboleth.net
Wed Sep 2 12:56:05 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-mvn-enforcer-data.

View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer-data/commit/77ecb5c639fcae72354d2e4e67a0026ccb44e50d

commit 77ecb5c639fcae72354d2e4e67a0026ccb44e50d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Sep 2 13:55:09 2026 +0100

    Add a note decribing how to update keys from the keyservers
---
 .../net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt b/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt
new file mode 100644
index 0000000..572578c
--- /dev/null
+++ b/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/updatingAKeyRing.txt
@@ -0,0 +1,2 @@
+1) gpg --no-options --keyserver hkps://keys.openpgp.org  --no-default-keyring --keyserver-options no-honor-keyserver-url,import-clean,export-clean --refresh-keys --keyring  ./<GroupName>.gpg 
+2) gpg --no-options --keyserver keyserver.ubuntu.com  --no-default-keyring --keyserver-options no-honor-keyserver-url,import-clean,export-clean --refresh-keys --keyring  ./<GroupName>.gpg  

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


More information about the commits mailing list