Posh-ACME.Deploy

1.4.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 -RequiredVersion 1.4.0

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

Install-PSResource -Name Posh-ACME.Deploy -Version 1.4.0

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-IISCertificateNew Set-IISFTPCertificate Set-RASSTPCertificate Set-RDGWCertificate Set-RDSHCertificate Set-WinRMCertificate Set-NPSCertificate

PSEditions

Desktop

Dependencies

This module has no dependencies.

Release Notes

## 1.4.0 (2022-01-06)

* Added `Set-IISCertificateNew` which was actually added in 1.3.0 but missed in the release notes. This should functions the same as the existing `Set-IISCertificate` function but is dependent on the IISAdministration module instead of the legacy WebAdministration module and should work on PowerShell 6+. However, it requires at least version 1.1.0.0 of the IISAdministration module which is distributed from powershellgallery.com.
 * Using this function will also work around issue #8 which involves errors for sites with uncommon characters in their names.
* Added `Set-RASSTPCertificate` which can be used to set the certificate for the Remote Access SSTP service. (Thanks @markpizz)
* The `CertThumbprint` parameter is no longer mandatory in the various public functions when `PfxFile` is specified. The thumprint will be read directly from the cert in the PFX if necessary. (#13)
* Improvements and fixes for `Set-ExchangeCertificate` involving old cert removal and cert replacement on renewal. (#19) (Thanks @markpizz)
* Fixed regression in `Set-ExchangeCertificate` from (#16) (Thanks @markpizz)
* Added support in private functions for cert management in locations/stores other than LocalMachine\My.

FileList

Version History

Version Downloads Last updated
2.0.0 19,243 6/21/2024
1.6.0 32,313 1/23/2023
1.5.0 5,416 3/7/2022
1.4.0 (current version) 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