upodate gpg key information

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2022-08-20 21:56:31 +02:00
parent 51ceaf6224
commit 42f863863f
1 changed files with 23 additions and 0 deletions

View File

@ -7,12 +7,35 @@ following email address:
support(at)qos.ch support(at)qos.ch
## Verifying contents ## Verifying contents
All SLF4J project artifacts published on Maven central are signed. For All SLF4J project artifacts published on Maven central are signed. For
each artifact, there is an associated signature file with the .asc each artifact, there is an associated signature file with the .asc
suffix. suffix.
### After 2022-08-08
To verify the signature use [this public key](https://www.slf4j.org/public-keys/60200AC4AE761F1614D6C46766D68DAA073BE985.gpg). Here is its fingerprint:
```
pub nistp521 2022-08-08 [SC]
60200AC4AE761F1614D6C46766D68DAA073BE985
uid Ceki Gulcu <ceki@qos.ch>
sub nistp521 2022-08-08 [E]
```
A copy of this key is stored on the
[keys.openpgp.org](https://keys.openpgp.org) keyserver. To add it to
your public key ring use the following command:
```
> FINGER_PRINT=60200AC4AE761F1614D6C46766D68DAA073BE985
> gpg --keyserver hkps://keys.openpgp.org --recv-keys $FINGER_PRINT
```
### Before 2022-08-08
To verify the signature use [this public key](https://www.slf4j.org/public-keys/ceki-public-key.pgp). Here is its fingerprint: To verify the signature use [this public key](https://www.slf4j.org/public-keys/ceki-public-key.pgp). Here is its fingerprint:
``` ```