Posh-ACME is a PowerShell based ACMEv2 client that supports both Windows PowerShell 5.1+ and PowerShell Core 6.0+. You can find the project site here:
You can download directly from GitHub or install via PowerShell Gallery.
3.16.0 (2020-08-31)
-
Added new DNS plugin NameSilo (Thanks @rkone)
-
Added Preferred Chain support
- There is a new
-PreferredChainparameter onNew-PACertificate,New-PAOrder, andSet-PAOrder. - For new or existing orders, you may select an alternate CA chain based on the Issuing CA subject name if alternate chains are offered by the CA.
- Example:
-PreferredChain 'ISRG Root X1'
- There is a new
-
Fixed a bug with
Submit-Renewalthat wasn’t properly using-PluginArgsand-NoSkipManualDnsparameters when-AllOrdersor-AllAccountsswitches were also used (#266 #275). (Thanks @f-bader) -
deSEC plugin has added retry logic to address API throttling issues for certs with many names (#275).
-
Fixed a bug with Azure plugin when using
AZCertPfxauthentication from Windows.