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 checksum
>
> Thanks 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: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)