APM Insight Node.js agent - Checksum Validation


You can verify the authenticity of the downloaded APM Insight agent with SHA256 checksum validation. This ensures that the agent you downloaded is safe to use. By following these steps, you protect your system from potential security risks.

To verify the authenticity of the agent, follow the steps given below:

  1. Compare the checksum value provided below with the downloaded agent.

    4023891f025c967894a8c084d5d9ded083f8e48f99aeffcfd69e89d364c78183

  2. Execute the command given below to validate the checksum value:
    • For Linux, execute the following command:

      sha256sum apm_insight_agent_nodejs.zip

    • For Windows, you can use either of the following commands:
      • Open Command Prompt and execute the following command

        certutil -hashfile apm_insight_agent_nodejs.zip SHA256


                                                                           (or)
      • Open Windows Powershell and execute the following command

        Get-FileHash apm_insight_agent_nodejs.zip -Algorithm SHA256

  3. On successfully executing the commands, you will obtain a checksum value. Compare that value with the one downloaded from the checksum file.

    Sample Output:

Note: If the checksum values differ, do not unzip or open the file.