The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Protocol-ACME

0.09    Tue Jan 19
        - Made the log level configurable
        - Added more tests
        
0.08_01 Mon Jan 18
        - Added flexibility calls that take a PEM/DER string/filename
        - Fixed various minor bugs
        - Changes to the SimpleSSH challenge to create target directory as needed
        - Updated docs
        - deprecated load_key_from_disk
        - changed the meaning of the account_key parameter lassed to the constructor
        - removed the account_key_path paramater from the constructor

0.08    Wed Jan 12
        - Moved from LWP to HTTP::Tiny

0.07    Mon Jan 10
        - Moved pem2der, der2pem to external module

0.06    Sun Jan  9
        - Fixed REPOSITIRY section of POD

0.05    Sat Jan  8
        - More flexibility between using PEM and DER
        - Keys can be passed in via buffer
        
0.04    Mon Jan  4 16:45:02 PST 2016
        - Added ability to chose between using a local openssl binary
          for crypto and Crypt::OpenSSL::RSA
        - Changed from the deprecated Digest::SHA2 to Digest::SHA

0.03    Added Revoke support

0.02    

0.01    Tue Dec  8 17:01:36 PST 2015
        Inital version