Posh-ACME.Deploy

2.0.0

Deployment helper functions for Posh-ACME

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Posh-ACME.Deploy

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Posh-ACME.Deploy

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Desktop

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

Version History

Version Downloads Last updated
2.0.0 (current version) 12,355 6/21/2024
1.6.0 32,297 1/23/2023
1.5.0 5,415 3/7/2022
1.4.0 749 1/7/2022
1.3.0 1,117 7/27/2021
1.2.0 774 10/15/2020
1.1.0 229 6/24/2020
1.0.0 431 12/14/2019
Show more