|
NAMENet::ACME2::LetsEncrypt - Let’s Encrypt’s v2 API endpointSYNOPSISmy $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. PRODUCTIONThis class’s constructor accepts an optional "environment" parameter. If you set this to "staging", you’ll get Let’s Encrypt’s staging server <https://letsencrypt.org/docs/staging-environment/> rather than the (default) "production" server.
Visit the GSP FreeBSD Man Page Interface. |