We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS> New-ACMEIdentifier -Dns 360fcu.r2graphics.com -Alias 360fcu.r2graphics.com-23jlj23 identifier created successfully
PS> New-ACMEIdentifier -Dns 360fcu.r2graphics.com -Alias 360fcu.r2graphics.com-23jlj23
PS> Complete-ACMEChallenge 360fcu.r2graphics.com-23jlj23 -ChallengeType http-01 -Handler iis -HandlerParameters @{ WebSiteRef = "Default Web Site" }
exception thrown as follows:
Complete-ACMEChallenge : Input string was not in a correct format. At line:1 char:1 + Complete-ACMEChallenge $alias -ChallengeType http-01 -Handler iis + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Complete-ACMEChallenge], FormatException + FullyQualifiedErrorId : System.FormatException,ACMESharp.POSH.CompleteChallenge
If I make sure the alias begins with a letter, the exception does not happen.
The text was updated successfully, but these errors were encountered:
That's by design, you can see why over here.
Sorry, something went wrong.
Added this observation to the FAQ.
Sorry and thank you
No branches or pull requests
PS> New-ACMEIdentifier -Dns 360fcu.r2graphics.com -Alias 360fcu.r2graphics.com-23jlj23
identifier created successfully
PS> Complete-ACMEChallenge 360fcu.r2graphics.com-23jlj23 -ChallengeType http-01 -Handler iis -HandlerParameters @{ WebSiteRef = "Default Web Site" }
exception thrown as follows:
If I make sure the alias begins with a letter, the exception does not happen.
The text was updated successfully, but these errors were encountered: