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 contains a signature which is verified with the public key contained in the __DATA__ section of this module (i.e. my personal key with ID EF101165). This verifier is the most robust one, however installing Crypt::OpenPGP is a bit clumsy, so you might omit this one.

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