Varuna Seneviratna wrote:
How to Verify the integrity of the downloaded files using the pgp signatures and mds checksums and also what is the method used to calculate the checksumThanks Varuna
Download KEYS file, see: http://tomcat.apache.org/download-60.cgi direct link: http://www.apache.org/dist/tomcat/tomcat-6/KEYS % pgpk -a KEYS % pgpv tomcat-xxx.tar.gz.asc or % pgp -ka KEYS % pgp tomcat-xxx.tar.gz.asc or % gpg --import KEYS % gpg --verify tomcat-xxx.tar.gz.asc Regards, Mladen --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
