Skip to content

Commit bf2a6de

Browse files
committed
Update zrok resource documentation to 1.0.2
1 parent ec250ef commit bf2a6de

File tree

1 file changed

+12
-5
lines changed
  • packages/server/appResources/macos/daemons/zrok

1 file changed

+12
-5
lines changed
Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Signature Verification
1+
# `zrok` daemon
22

3-
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).
44

5-
`md5 /path/to/daemon/executable`
5+
## Signature Verification
66

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.
88

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

Comments
 (0)