-
Couldn't load subscription status.
- Fork 182
Open
Description
Hi I've been trying to automate the renewal of my ADFS certificate using a script from https://github.com/jeremymcgee73/PowershellScripts/blob/master/New-ADFSLetsEncryptCert/New-ADFSLetsEncryptCert.ps1
But the issue I have is that I dont seem to have any DNS handlers I just have 1 and thats the manual one.
PS C:\Scripts> Get-ACMEChallengeHandlerProfile -ListChallengeHandlers manual
i have done the following
Install-Module -Name ACMESharp.Providers.DNSMadeEasy
Enable-ACMEExtensionModule ACMESharp.Providers.DNSMadeEasy
import-module ACMESharp.Providers.DNSMadeEasy `But i still cant get the list to show DNSME in the list.
Can anyone help i have the following version installed on a Windows server 2016 instance
`PS C:\Scripts> Get-Module ACMESharp | select Version
Version
0.9.1.326`
Thanks
Simon
Metadata
Metadata
Assignees
Labels
No labels