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
The `.md5` files within this directory contain a single string that is correlated to the official MD5 hash for each of the daemons. You can verify the signature by executing the following command:
3
+
This is version 1.0.2 of the official `zrok` daemon, which can be downloaded from [their GitHub repository](https://github.com/openziti/zrok/releases/tag/v1.0.2).
4
4
5
-
`md5 /path/to/daemon/executable`
5
+
## Signature Verification
6
6
7
-
## zrok
7
+
The `checksums.sha256.txt` files on the [zrok releases page](https://github.com/openziti/zrok/releases) cannot be directly used to verify the executables included in this project because the hashes are computed on the compressed release archive and not the executable. To verify these executables, download the [x86-1.0.2 release](https://github.com/openziti/zrok/releases/download/v1.0.2/zrok_1.0.2_darwin_amd64.tar.gz) and the [arm64-1.0.2 release](https://github.com/openziti/zrok/releases/download/v1.0.2/zrok_1.0.2_darwin_arm64.tar.gz) and extract them.
8
8
9
-
This is the official zrok daemon, downloaded from: https://github.com/openziti/zrok/releases
9
+
Next, compute the hashes for the executables included in this project.
10
+
11
+
```sh
12
+
sha256sum x86/zrok
13
+
sha256sum arm64/zrok
14
+
```
15
+
16
+
Finally, perform similar commands to compute the hashes for the official release executables and verify they are identical.
0 commit comments