github PKISharp/ACME-PS v1.1.3
V1.1.3 Simplifications

latest releases: v1.5.9, v1.5.8, v1.5.6...
4 years ago

This release brings several improvements to the modules and cmdlets:

  • Set-AcmeAccount now supports -DeactivateAccount
  • Revoke-AcmeCertificate now exists.
  • Complete-AcmeOrder now has a new switch -GenerateCertificateKey,
    which will automatically create and store an certificate key for the Order.
  • Export-AcmeCertificate will automatically detect such certificate keys and use them,
    if -CertificateKey is omitted
  • The state-object will now automatically be converted from [string],
    e.g. New-AcmeNonce -State "C:\Acme-State" will now work.
  • Identifiers will be converted from [string],
    e.g. "example.com" or "dns:example.com" are now valid as identifiers.

Thanks to @GeorgeSchiro for testing all my faulty beta-versions.

Don't miss a new ACME-PS release

NewReleases is sending notifications on new releases.