Skip to content

Commit 9687208

Browse files
authored
Merge pull request cli#13150 from cli/babakks/add-keyring-sha-md5-sums
docs: add sha/md5 checksums of keyring files
2 parents 69585cc + 274a5d6 commit 9687208

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/install_linux.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88
> - `7F38BBB59D064DBCB3D84D725612B36462313325`
99
>
1010
> You may be prompted to confirm the import of these keys during installation.
11+
>
12+
> <details><summary>Expand for SHA256/SHA512/MD5 checksums of our official keyring files.</summary>
13+
> <p>
14+
>
15+
> **For security reasons, it is strongly recommended to only rely on SHA256/SHA512 checksums. MD5 checksums below are only for legacy systems where SHA256/SHA512 tooling is not available.**
16+
>
17+
> - `https://cli.github.com/packages/githubcli-archive-keyring.gpg` (Binary):
18+
> ```
19+
> SHA256: 6084d5d7bd8e288441e0e94fc6275570895da18e6751f70f057485dc2d1a811b
20+
> SHA512: ce6b9466dbd2a90b3227e177aa9b8187bd2405b1c29f91d78de83b9699dbbe2af35efd733bf53da622e7a38c59a7bc55539d63a3deaec9ff9c2bff8af626434
21+
> MD5: 23748c0965069fb1edae1b83c17890e1
22+
> ```
23+
> - `https://cli.github.com/packages/githubcli-archive-keyring.asc` (ASCII-armored):
24+
> ```
25+
> SHA256: cec6e9ed82d3949ca5f4428cc968b41ef5e7416cb3653cdfc2a421977663bbfd
26+
> SHA512: 2ca9487d88a508a1c87f06b46ba336b11cc5f20bd83915b4c2acde49d2cffbbce76af1641bf8494c29a765f96bc1fd694ebde2954b28b80dcc76376b6f1b766d
27+
> MD5: 97100400ef48007b69e42be348cc6582
28+
> ```
29+
>
30+
> </p>
31+
> </details>
1132
1233
### Debian
1334

0 commit comments

Comments
 (0)