ACMESharp icon indicating copy to clipboard operation
ACMESharp copied to clipboard

Add new cmdlets. Return null instead of throwing error for GetRegistration

Open VitaliHarbiankou opened this issue 7 years ago • 2 comments

Add new cmdlets:

  • Remove-AcmeIdentifier: removes an identifier from vault
  • Revoke-AcmeCertificate: revokes an certificate from Let's Encrypt
  • Remove-AcmeCertificate: removes an certificate from vault and all the related files

Return null instead of throwing error for GetRegistration

VitaliHarbiankou avatar Jul 18 '17 10:07 VitaliHarbiankou

@VitaliHarbiankou , this looks great, thank you for the additions!

Can you add a few unit tests to cover the changes and additions?

ebekker avatar Aug 02 '17 04:08 ebekker

@ebekker, unfortunately, I can't because I'm not a programmer and didn't write any unit test before. Frankly speaking, it is my first experience with code writing for so long period.

VitaliHarbiankou avatar Aug 02 '17 09:08 VitaliHarbiankou