NAME
Net::ACME::Challenge::Pending - base class for an unhandled challenge
DESCRIPTION
This base class encapsulates behavior to respond to unhandled challenges. To work with challenges that have been handled (successfully or not), see Net::ACME::Challenge
.
Note that HTTP requests have some “helper” logic in the subclass Net::ACME::Challenge::Pending::http_01
.
METHODS
$OBJ->make_key_authz( JWK_HR )
JWK_HR is a hashref representation of the ACME registration key’s public JWK.
Returns a string to use as key authorization for the challenge.