You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New PKI Certificate Provider based on Bouncy Castle
New CloudFlare Challenge Handler - thanks @janpieterz!
Installers! Finally, installers are back and better than ever. In this release we're starting out with support for the following installers:
Windows - Certificate Store
IIS
AWS - IAM, ELB
Added a parameter flag to the Manual Challenge Handlers to allow generating machine-digestible responses that can be easily integrated into a larger PowerShell script (#270)
PowerShell Module
Ability to choose PKI Cert Provider on relevant cmdlets
Ability to assign a default PKI Cert Provider to the in the Vault
Implemented a new "Extension Module" model that allows installing/enabling different providers as needed
CloudFlare will be the first new provider to use this mechanism under POSH
Existing providers for IIS and AWS have been migrated and pulled out of the core module
Deprecated use of chocolatey to install POSH module, moved to PowerShell Gallery for all supported POSH versions (3,4,5)
Misc
Many changes and enhancements in the build/test/publish infrastructure which should make it easier to release more frequently
Many changes and enhancements under the hood which should help to implement user-facing changes more easily and rapidly going forward
We now have a dedicated nuget repo for early access to PowerShell Modules available as soon as they are built; this gives everyone a chance to preview module changes before they are officially released to the PowerShell Gallery
Added option to disable local disk encryption (EFS) for the default Vault provider (this was breaking for some people who were running on Windows editions or file systems where EFS was not available)
Provider names are now case-insensitive
Added support for Provider aliases to better handling of renaming and transitioning in a backward-compatible way