Skip to content

Commit e26cfd5

Browse files
authored
Merge pull request #2264 from Ishavyas9/main
Doc updated
2 parents c6e25fa + 9fb0538 commit e26cfd5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ To ensure the binary you’ve downloaded is genuine and has not been tampered wi
7171

7272
<Tabs className="docs__val">
7373

74+
<TabItem value="zsh" label="Linux" default>
75+
You can verify the code signature of the binary using the `openssh` command. Download the [Signature](https://downloads.lambdatest.com/hyperexecute/linux/hyperexecute.sig) and [Public Key](https://downloads.lambdatest.com/hyperexecute/linux/public_key.pem), keep it with your CLI, and paste the location in the below command:
76+
77+
```bash
78+
openssl dgst -sha256 -verify <PUBLIC_KEY_PATH> -signature <SIGNATURE_PATH> <CLI_BINARY_PATH>
79+
```
80+
81+
<img loading="lazy" src={require('../assets/images/hyperexecute/cli/linux-verification.png').default} alt="Image" className="doc_img"/>
82+
83+
</TabItem>
84+
7485
<TabItem value="bash" label="macOS" default>
7586
You can verify the code signature of the binary using the `codesign` command. In your terminal run the following command:
7687

0 commit comments

Comments
 (0)