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: