Posh-ACME.Deploy
2.1.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 Set-ActiveDirectoryLDAPS
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 2.1.0 (2025-08-16)
* Added `Set-ActiveDirectoryLDAPS` (#30) (Thanks @DACRepair)
* Added `-Force` flag to `Set-IISCertificate` which will pass through to the underlying `New-IISSiteBinding` call. (#36)
* This allows overriding errors about duplicate site bindings between sites and shouldn't be needed under most circumstances.
* Added a workaround for `Set-IISCertificate` operating on stale IIS binding data due to caching issues in the underlying IISAdministration 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-ActiveDirectoryLDAPS.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