sludin / Protocol-ACME

A perl library that provides a simple interface to writing scripts for cert provisioning with Let's Encrypt.
24 stars 7 forks source link

Add revocation to P::A #15

Closed FGasper closed 8 years ago

FGasper commented 8 years ago

Revocation appears to be reasonably straightforward to add in … ?

sludin commented 8 years ago

It is there. $acme->revoke( $certfile ); It has not been updated to use the same interface as account_key and sign yet.