Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@rmbolger rmbolger released this 21 Jun 05:04
e14afea

Enhancements

  • Set-IISCertificate (formerly Set-IISCertificateNew) now supports additional SSL binding flags on newer versions of Windows including:
    • DisableHTTP2
    • DisableOCSPStapling
    • DisableQUIC
    • DisableTLS13
    • DisableLegacyTLS
  • Documentation Revamp
    • https://docs.dvolve.net/Posh-ACME.Deploy/ is a new dedicated website for module documentation. The site is currently generated using the Markdown files in the docs folder in the main project repository by MkDocs. So it should now be easier to contribute fixes and updates.
    • The native module help is now also generated by platyPS from the Markdown files in docs/Functions.
    • Get-Help <function name> -Online should now open your browser to the appropriate page on the documentation site.

Breaking Changes

  • Set-IISCertificateNew (which relies on the IISAdministration module) has been renamed to Set-IISCertificate. An alias for Set-IISCertificateNew is still included so scripts referencing it should not break. But users are encouraged to update their scripts to the non-alias name.
  • Set-IISCertificate (which relies on the legacy WebAdministration module) has been deprecated and renamed to Set-IISCertificateOld. The new Set-IISCertificate includes a superset of the old parameters. So scripts don't necessarily need to change. However, the new function is dependent on having version 1.1.0.0 or later of the IISAdministration module installed. It is recommended to install the necessary module and validate the new function works. Alternatively, scripts can also be updated to use the old function while it remains in the module.