You can verify the authenticity of the downloaded APM Insight agent with SHA256 checksum validation. This ensures that the downloaded agent is credible and is not tampered with by any malicious code or software.
To verify the authenticity of the agent, follow the steps given below:
sha256sum apminsight-javaagent.zip
certutil -hashfile apminsight-javaagent.zip SHA256
Get-FileHash apminsight-javaagent.zip -Algorithm SHA256
Sample Output:
Note: If the checksum values differ, do not unzip or open the file.
All agent jar files (apminsight-javaagent.jar and apminsight-javaagent-api.jar) are signed with a Zoho Corp. certificate.
To verify the signature, execute this command:
jarsigner -verify -verbose apminsight-javaagent.jar
You can find the file is signed by "ZOHO Corporation Private Limited" at the end of the output.