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:
sha256sum apm_insight_agent_nodejs.zip
Open Command Prompt and execute the following command
certutil -hashfile apm_insight_agent_nodejs.zip SHA256
Open Windows Powershell and execute the following command
Get-FileHash apm_insight_agent_nodejs.zip -Algorithm SHA256
Sample Output:

Note: If the checksum values differ, do not unzip or open the file.
Thank you for your feedback!