The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.