You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/mainnet/docs/installation/verification-instructions.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,17 @@ the signature run ``cosign verify`` with the ``certificate-oidc-issuer`` and ``c
24
24
25
25
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.
26
26
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:
0 commit comments