Skip to content

Commit 72a98a2

Browse files
committed
digest
1 parent c185305 commit 72a98a2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

source/mainnet/docs/installation/verification-instructions.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ the signature run ``cosign verify`` with the ``certificate-oidc-issuer`` and ``c
2424
2525
This verifies that the image was build and signed by Concordium. You can replace the image with ``testnet-node`` and the tag with the tag you want to run.
2626

27+
To make sure the image is not modified between you check the signature and you use the image,
28+
you should first get the image hash and then verify and run the image by referencing the hash:
29+
30+
.. code-block:: console
31+
:substitutions:
32+
33+
$crane digest concordium/mainnet-node:|mainnet-node-version|
34+
$cosign verify concordium/mainnet-node@sha256:6a4f8c65345ddea7db82431b76c8eadb09b9d0ebd93d4825870704e878d81f1a \
35+
--certificate-identity=https://github.com/Concordium/concordium-node/.github/workflows/release.yaml@refs/heads/main \
36+
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
37+
2738
Concordium Desktop Wallet
2839
=========================
2940

0 commit comments

Comments
 (0)