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

NAME

CACertOrg::CA - CACert.org's CA root certificate in PEM format

SYNOPSIS

    use LWP::UserAgent;
    use CACertOrg::CA;

    my $ua = LWP::UserAgent->new( ... );
    $ua->ssl_opts(
        verify_hostnames => 1,
                SSL_ca_file      => CACertOrg::CA::SSL_ca_file(),
                )

DESCRIPTION

CACertOrg::CA provides a copy of Certificate Authority certificate for CACert.org. If you don't already have that, certain web user-agents such as LWP may need it to verify site certificates.

This is the Class 1 PKI Key. See http://www.cacert.org/index.php?id=3

This key lasts to Mar 29 12:29:49 2033 GMT

  • SHA256 fingerprint: 07ED BD82 4A49 88CF EF42 15DA 20D4 8C2B 41D7 1529 D7C9 00F5 7092 6F27 7CC2 30C5

  • SHA1 fingerprint: DDFC DA54 1E75 77AD DCA8 7E88 27A9 8A50 6032 52A5

Functions

The module provide a single function:

SSL_ca_file()

Returns the absolute path to the CA cert PEM file.

SEE ALSO

http://www.cacert.org/policy/RootDistributionLicense.php

http://www.cacert.org/index.php?id=3

LICENSE

For the bundled CACert.org CA PEM file license comes from:

        http://www.cacert.org/policy/RootDistributionLicense.php

Root Distribution License

1. Terms

"CAcert Inc" means CAcert Incorporated, a non-profit association incorporated in New South Wales, Australia.

"CAcert Community Agreement" means the agreement entered into by each person wishing to RELY.

"Member" means a natural or legal person who has agreed to the CAcert Community Agreement.

"Certificate" means any certificate or like device to which CAcert Inc's digital signature has been affixed.

"CAcert Root Certificates" means any certificate issued by CAcert Inc to itself for the purposes of signing further CAcert Roots or for signing certificates of Members.

"RELY" means the human act in taking on a risk or liability on the basis of the claim(s) bound within a certificate issued by CAcert.

"Embedded" means a certificate that is contained within a software application or hardware system, when and only when, that software application or system is distributed in binary form only.

CAcert Root Certificates are Copyright CAcert Incorporated. All rights reserved.

3. License

You may copy and distribute CAcert Root Certificates only in accordance with this license.

CAcert Inc grants you a free, non-exclusive license to copy and distribute CAcert Root Certificates in any medium, with or without modification, provided that the following conditions are met:

Redistributions of Embedded CAcert Root Certificates must take reasonable steps to inform the recipient of the disclaimer in section 4 or reproduce this license and copyright notice in full in the documentation provided with the distribution.

Redistributions in all other forms must reproduce this license and copyright notice in full.

4. Disclaimer

THE CACERT ROOT CERTIFICATES ARE PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED TO THE MAXIMUM EXTENT PERMITTED BY LAW. IN NO EVENT SHALL CACERT INC, ITS MEMBERS, AGENTS, SUBSIDIARIES OR RELATED PARTIES BE LIABLE TO THE LICENSEE OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THESE CERTIFICATES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. IN ANY EVENT, CACERT'S LIABILITY SHALL NOT EXCEED $1,000.00 AUSTRALIAN DOLLARS.

THIS LICENSE SPECIFICALLY DOES NOT PERMIT YOU TO RELY UPON ANY CERTIFICATES ISSUED BY CACERT INC. IF YOU WISH TO RELY ON CERTIFICATES ISSUED BY CACERT INC, YOU MUST ENTER INTO A SEPARATE AGREEMENT WITH CACERT INC.

5. Statutory Rights

Nothing in this license affects any statutory rights that cannot be waived or limited by contract. In the event that any provision of this license is held to be invalid or unenforceable, the remaining provisions of this license remain in full force and effect.