From dc8a115b444d4ef0909dbfea3355ea53176adc6b Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Wed, 12 Nov 2025 17:21:53 +0530 Subject: [PATCH 1/3] updated the cli verification --- ...hyperexecute-cli-run-tests-on-hyperexecute-grid.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md index 4f2ba227..6e1eec96 100644 --- a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md +++ b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md @@ -71,6 +71,17 @@ To ensure the binary you’ve downloaded is genuine and has not been tampered wi + +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: + +```bash +openssl dgst -sha256 -verify -signature +``` + +Image + + + You can verify the code signature of the binary using the `codesign` command. In your terminal run the following command: From 2fa58479a4415a5284b23e0ab04e342a59d21d59 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Tue, 11 Nov 2025 20:16:12 +0530 Subject: [PATCH 2/3] updated the report and cli --- ...hyperexecute-cli-run-tests-on-hyperexecute-grid.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md index 6e1eec96..4f2ba227 100644 --- a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md +++ b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md @@ -71,17 +71,6 @@ To ensure the binary you’ve downloaded is genuine and has not been tampered wi - -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: - -```bash -openssl dgst -sha256 -verify -signature -``` - -Image - - - You can verify the code signature of the binary using the `codesign` command. In your terminal run the following command: From 9fb05383486d152a37d58e419854d3c1ad6fe03b Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Wed, 12 Nov 2025 17:21:53 +0530 Subject: [PATCH 3/3] updated the cli verification --- ...hyperexecute-cli-run-tests-on-hyperexecute-grid.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md index 4f2ba227..6e1eec96 100644 --- a/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md +++ b/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid.md @@ -71,6 +71,17 @@ To ensure the binary you’ve downloaded is genuine and has not been tampered wi + +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: + +```bash +openssl dgst -sha256 -verify -signature +``` + +Image + + + You can verify the code signature of the binary using the `codesign` command. In your terminal run the following command: