Skip to content

Commit 4ce4f24

Browse files
ggivoCopilot
andauthored
Document pgp keys (#4125)
* [#3125] Document pgp keys * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> * Fix spellcheck * Fix spellcheck * Move to docs --------- Co-authored-by: Copilot <[email protected]>
1 parent ff313c5 commit 4ce4f24

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

.github/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ io
193193
jedis
194194
json
195195
kb
196+
keyserver
196197
keyslot
197198
keyspace
198199
keysvalues

docs/verifying-artifacts.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## Verifying contents
2+
Jedis artifacts published on Maven central are signed. For each artifact, there is an associated signature file with the `.asc` suffix.
3+
4+
## Keys used for signing
5+
```
6+
pub rsa3072 2023-12-17 [SC]
7+
165E63A75659104C72B49129C2B44BE148BDCEC8
8+
uid [ unknown] Redis OSS <[email protected]>
9+
sig 3 C2B44BE148BDCEC8 2023-12-17 [self-signature]
10+
```
11+
A copy of this key is stored on the keyserver [MIT keyserver](https://pgp.mit.edu/pks/lookup?op=get&search=0xC2B44BE148BDCEC8)
12+
13+
### Before 2023-12-17
14+
```
15+
pub rsa3072 2023-09-03 [SC]
16+
6BF6C1905C9642D1181D157443543D884CC71C96
17+
uid [ unknown] Redis OSS <[email protected]>
18+
sig 3 43543D884CC71C96 2023-09-03 [self-signature]
19+
```
20+
A copy of this key is stored on the keyserver [MIT keyserver](https://pgp.mit.edu/pks/lookup?op=get&search=0x43543D884CC71C96)
21+
22+
### Before 2023-09-03
23+
```
24+
pub rsa3072 2021-06-27 [SC] [expired: 2023-06-27]
25+
1C913D6D36DAD0A679863F5CB68CD0A11D28B97D
26+
uid [ expired] RedisLabs OSS <[email protected]>
27+
sig 3 B68CD0A11D28B97D 2021-06-27 [self-signature]
28+
```
29+
A copy of this key is stored on the keyserver [MIT keyserver](https://pgp.mit.edu/pks/lookup?op=get&search=0xB68CD0A11D28B97D)
30+
### Before 2021-06-27
31+
```
32+
pub rsa3072 2018-08-12 [SC] [expired: 2020-08-11]
33+
4EC78BD38D30A2E85C02C39C2D62B50EF8D3297A
34+
uid [ expired] Guy Korlad <[email protected]>
35+
sig 3 2D62B50EF8D3297A 2018-08-12 [self-signature]
36+
```
37+
A copy of this key is stored on the keyserver [MIT keyserver](https://pgp.mit.edu/pks/lookup?op=get&search=0x2D62B50EF8D3297A)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ nav:
2929
- Search: redisearch.md
3030
- JSON: redisjson.md
3131
- Failover: failover.md
32+
- Verifying artifacts: verifying-artifacts.md
3233
- FAQ: faq.md
3334
- API Reference: https://www.javadoc.io/doc/redis.clients/jedis/latest/index.html
3435
- Tutorials and Examples: tutorials_examples.md

0 commit comments

Comments
 (0)