mirror of https://github.com/qos-ch/slf4j
upodate gpg key information
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
51ceaf6224
commit
42f863863f
23
SECURITY.md
23
SECURITY.md
|
|
@ -7,12 +7,35 @@ following email address:
|
|||
support(at)qos.ch
|
||||
|
||||
|
||||
|
||||
|
||||
## Verifying contents
|
||||
|
||||
All SLF4J project artifacts published on Maven central are signed. For
|
||||
each artifact, there is an associated signature file with the .asc
|
||||
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:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue