NAME
Net::ACME::Utils - utilities for Net::ACME
SYNOPSIS
Net::ACME::Utils::verify_token('blah/blah'); #dies
Net::ACME::Utils::verify_token('blah-blah'); #succeeds
my $jwk_hr = Net::ACME::Utils::get_jwk_data($rsa_key_pem);
DESCRIPTION
This module is a home for “miscellaneous” functions that just aren’t in other modules. Think carefully before expanding this module; it’s probably better, if possible, to put new functionality into more topic-specific modules rather than this “catch-all” one.