- $identifier = New-ACMEIdentifier $dnsIdentifiers;
-
~~~~~~~~~~~~~~~
* CategoryInfo : InvalidData: (:) [New-ACMEIdentifier], ParameterBindingArgumentTransformationException
* FullyQualifiedErrorId : ParameterArgumentTransformationError,New-ACMEIdentifier
Get-ACMEChallenge : Cannot process argument transformation on parameter 'Authorization'. Cannot convert the
"System.Object[]" value of type "System.Object[]" to type "AcmeAuthorization".
At line:183 char:39
* $challenge = Get-ACMEChallenge $state $authZ "http-01";