Hi,
I am trying to create a offline Certificate for a internal Server with the Posh-ACME Windows Plugin. I created the requiered TXT Records in my DNS Server, but I always run into issues..
check that a DNS record exists for this domain
At C:\Program
Files\WindowsPowerShell\Modules\Posh-ACME\3.16.0\Private\Wait-AuthValidation.ps1:34 char:17
+ ... throw "Authorization invalid for $($auth.fqdn): $message" ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Authorization i...for this domain:String)
[], RuntimeException
+ FullyQualifiedErrorId : Authorization invalid for
Command that I used:
#New-CimSession -ComputerName DNS-Server -Credential (Get-Credential)
New-PACertificate -Domain Domain Name -DnsPlugin Windows -PluginArgs @{WinServer='DNS Server'}