Skip to content
New issue

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

Update-ACMEIdentifier returns invalid status for ChallengeType http-01 using iis Handler #356

Open
shahasachin opened this issue Oct 12, 2018 · 0 comments

Comments

@shahasachin
Copy link

I followed steps provided Wiki quick start guide (power shell command) but when we execute Update-ACMEIdentifier commad it returns invalid status.

Observed:

  1. Set the mime type for "." to "text/plain" for acme-challenge application in iis
  2. Execute Import-Module ACMESharp, Import-Module ACMESharp\ACMESHARP-iis, Initialize-ACMEVault, New-ACMERegistration, New-ACMEIdentifier -Dns -Alias commands
  3. Execute Complete-ACMEChallenge -ChallengeType http-01 -Handler iis -HandlerParameters @{ WebSiteRef = 'Default Web Site' }. Noticed that it automatically changes the mime type to "text/json" for acme-challenge application but generated challenge file is not in the json format it is plain text format, I think hence it is returning invalid status.

I am following Wiki->Quick Start link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant