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

NAME

Net::ACME2::LetsEncrypt - Let’s Encrypt’s v2 API endpoint

SYNOPSIS

    my $acme = Net::ACME2::LetsEncrypt->new(

        environment => 'staging',   #default: “production”

        # ... and other arg(s) as described in Net::ACME2
    );

See Net::ACME2 for usage examples.

STAGING VS. PRODUCTION

This class’s constructor accepts an optional environment parameter. If you set this to staging, you’ll get Let’s Encrypt’s staging server rather than the (default) production server.