-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPUBLIC-KEYS.json
More file actions
36 lines (36 loc) · 1.06 KB
/
PUBLIC-KEYS.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "Averox Crypto SDK - Public Key Verification",
"lastUpdated": "2025-09-11T10:58:35.444Z",
"keys": {
"minisign": {
"privateKey": "signing-keys/averox-signing.key",
"publicKey": "signing-keys/averox-signing.pub",
"fingerprint": "d9d402334aa6201e",
"mock": true,
"developmentOnly": true
},
"gpg": {
"keyId": "averox-crypto-sdk@averox.com",
"fingerprint": "Mock key for development",
"mock": true
}
},
"verification": {
"minisign": {
"publicKey": "signing-keys/averox-signing.pub",
"fingerprint": "d9d402334aa6201e",
"usage": "Primary signing key for SDK artifacts"
},
"gpg": {
"keyId": "averox-crypto-sdk@averox.com",
"fingerprint": "Mock key for development",
"usage": "Secondary compatibility signing"
}
},
"instructions": [
"1. Download artifact and signature files",
"2. Verify using appropriate tool (minisign/gpg)",
"3. Check signature against documented fingerprints",
"4. Report any verification failures immediately"
]
}