Posh-ACME.Deploy
1.6.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-IISCertificateNew Set-IISFTPCertificate Set-RASSTPCertificate Set-RDGWCertificate Set-RDSHCertificate Set-WinRMCertificate Set-NPSCertificate
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 1.6.0 (2023-01-23)
* Set-IISCertificateNew now accepts a string array for the `-HostHeader` param which will create bindings for each value instead of needing to call the function multiple times. (#23)
* Set-NPSCertificate now has a `-PolicyXPath` parameter which can be used instead of `-PolicyName` to apply the certificate to all matching policies in the XPath statement. (#24)
FileList
- Posh-ACME.Deploy.nuspec
- Posh-ACME.Deploy.psd1
- Posh-ACME.Deploy.psm1
- 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-IISCertificateNew.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