Posh-ACME.Deploy
2.0.0
Deployment helper functions for Posh-ACME
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2018 Ryan Bolger. All rights reserved.
Package Details
Author(s)
- Ryan Bolger
Tags
LetsEncrypt ssl tls certificates acme powershell posh-acme
Functions
Set-ExchangeCertificate Set-IISCertificate Set-IISCertificateOld Set-IISFTPCertificate Set-RASSTPCertificate Set-RDGWCertificate Set-RDSHCertificate Set-WinRMCertificate Set-NPSCertificate
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 2.0.0 (2024-06-20)
### 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](https://www.mkdocs.org/). So it should now be easier to contribute fixes and updates.
* The native module help is now also generated by [platyPS](https://github.com/PowerShell/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.
FileList
- Posh-ACME.Deploy.nuspec
- Posh-ACME.Deploy.psd1
- Posh-ACME.Deploy.psm1
- en-US\Posh-ACME.Deploy-help.xml
- Private\Confirm-CertInstall.ps1
- Private\Get-PfxThumbprint.ps1
- Private\Import-PfxCertInternal.ps1
- Private\Remove-OldCert.ps1
- Private\Test-CertInstalled.ps1
- Public\Set-ExchangeCertificate.ps1
- Public\Set-IISCertificate.ps1
- Public\Set-IISCertificateOld.ps1
- Public\Set-IISFTPCertificate.ps1
- Public\Set-NPSCertificate.ps1
- Public\Set-RASSTPCertificate.ps1
- Public\Set-RDGWCertificate.ps1
- Public\Set-RDSHCertificate.ps1
- Public\Set-WinRMCertificate.ps1