This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch release/1.13.0
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/release/1.13.0 by this push:
new 95e6cea504 shorten/simplify gpg key sending commands
95e6cea504 is described below
commit 95e6cea50493393833d15c175ebddd807af023c3
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Oct 13 09:37:30 2025 -0700
shorten/simplify gpg key sending commands
also: change <3> to match text above, omitting otherwise helpful 0x hex
designation prefix
---
fineract-doc/src/docs/en/chapters/release/configuration-gpg.adoc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/fineract-doc/src/docs/en/chapters/release/configuration-gpg.adoc
b/fineract-doc/src/docs/en/chapters/release/configuration-gpg.adoc
index 2678766d3f..4774cce9a8 100644
--- a/fineract-doc/src/docs/en/chapters/release/configuration-gpg.adoc
+++ b/fineract-doc/src/docs/en/chapters/release/configuration-gpg.adoc
@@ -151,7 +151,7 @@ sub cv25519/4FGHIJ56 2022-04-16 [E] [expires: 2024-04-16]
<6>
+
<2> GPG created a revocation certificate and its directory. If your private
key is compromised, you need to use your revocation certificate to revoke your
key.
+
-<3> The public key uses the Ed25519 ECC (Elliptic Curve Cryptography)
algorithm and shows the expiration date of 16 Apr 2024. The public key ID
`0x7890ABCD` matches the last 8 characters of key fingerprint. The `[SC]`
indicates this key is used to sign (prove authorship) and certify (issue
subkeys for encryption, signature and authentication operations).
+<3> The public key uses the Ed25519 ECC (Elliptic Curve Cryptography)
algorithm and shows the expiration date of 16 Apr 2024. The public key ID
`7890ABCD` matches the last 8 characters of key fingerprint. The `[SC]`
indicates this key is used to sign (prove authorship) and certify (issue
subkeys for encryption, signature and authentication operations).
<4> The key fingerprint (`ABCD EFGH IJKL MNOP QRST UVWX YZ12 3456 7890 ABCD`)
is a hash of your public key.
+
<5> Your name and your email address are shown with information about the
subkey.
@@ -186,7 +186,7 @@ IMPORTANT: Please contact a PMC member to add your GPG
public key in Fineract's
+
[source,bash]
----
-gpg --send-keys ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890ABCD
+gpg --send-keys 0xYZ1234567890ABCD
----
+
Before doing this, make sure that your default keyserver is
hkp://keyserver.ubuntu.com/. You can do this by changing the default keyserver
in ~/.gnupg/dirmngr.conf:
@@ -200,9 +200,7 @@ Alternatively you can provide the keyserver with the send
command:
+
[source,bash]
----
-gpg \
- --keyserver 'hkp://keyserver.ubuntu.com:11371' \
- --send-keys ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890ABCD
+gpg --keyserver keyserver.ubuntu.com --send-keys 0xYZ1234567890ABCD
----
+
Another option to publish your key is to submit an armored public key directly
at https://keyserver.ubuntu.com/. You can create the necessary data with this
command by providing the email address that you used when you created your key
pair: