NAME
Net::ACME::Challenge::Pending::http_01::Handler - http-01 challenge handler
DESCRIPTION
This module handles the creation and removal of a domain control file for http-01 challenges. Creation happens on instantiation; removal happens when the object is destroyed.
See Net::ACME::Challenge::Pending::http_01
’s documentation for more information, including a usage example.
To handle challenges that have been unhandled (successfully or not), see Net::ACME::Challenge
.