Is there a place to validate the checksum of the OVA/zip downloaded from your site?
I downloaded Layer7_API_Gateway_Virtual_Debian_Appliance_OVA_11.1.00.zip , but I would to verify if the download is fine or if the OVA/zip were modified.
API GATEWAY 11.x
CA Developer Portal 5.3.x
1. Gw11.1 base Layer7_API_Gateway_Virtual_Debian_Appliance_OVA_11.1.00.zip for gateway 11.1 from our support site produces a MD5 hash of
Sha2 : 42222ead8437ef8d94aa1e743f9d480f13139756a616063d26ecd57930997dbe
MD5 : 78d7c038d67d2d637560ee0b6d4ed496
The same applies for CA Developer Portal Files with respective checksum.
Download Center
Also, when installing CR (Cumulative Release or Platform Update), the Patch files contains the SH256 or MD5 displayed on the website
CA API Gateway Solutions Patches
CA API Developer Portal Solutions Patches
2. How to check md5 checksum :
Windows : certutil -hashfile C:\path\to\your\file.ext SHA256
MAC or Linux : shasum -a 256 /path/to/your/file.ext
How to check sha2 checksum :
Windows : certutil -hashfile C:\path\to\your\file.ext SHA256
MAC or Linux : md5sum /path/to/your/file.ext