The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JMX::Jmx4Perl::Agent::Jolokia::Verifier::OpenPGPVerifier - Verifies PGP signature with Crypt::OpenPGP

DESCRIPTION

This verifier uses Crypt::OpenPGP for validating a PGP signature obtained from the download site. Ie. each URL used for download should have (and does have) and associated signature ending with .asc. This verifier typically quite robust, however installing Crypt::OpenPGP is a bit clumsy, so you might omit this one.

IMPORTANT

It is not used currently since the new agents has been signed with 'digest algortihm 10' which is not supported by OpenPGP. Use a native GnuPG instead (i.e. a 'gpg' which is in the path)

LICENSE

This file is part of jmx4perl. Jmx4perl is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by The Free Software Foundation, either version 2 of the License, or (at your option) any later version.

jmx4perl is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with jmx4perl. If not, see <http://www.gnu.org/licenses/>.

A commercial license is available as well. Please contact roland@cpan.org for further details.

AUTHOR

roland@cpan.org