We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type is dns-01 not http-01 with method 3
Whithout ().challenge, it won't show the chalenge. Running "(6b) Update-ACMEIdentifier" to get the challenge before running "(6) Submit-ACMEChallenge" will create a problem running "(6) Submit-ACMEChallenge". You will get this error: "Submit-ACMEChallenge : challenge has not been decoded"
Update instruction to see generated challenge
Updated Quick Start (markdown)
added a tip about creating directories in IIS with a leading dot.
added a note about IIS returning the challenge file before continuing.
Added information for making IIS serve the extensionless challenge file.
Updating doc to indicate deprecation of the Chocolatey packages
Fixed some cosmetic flaws in my previous update
Added Submit certificate in the SAN certificate section and changed the certificate in the update certficate section to cert1 instead of cert2.
This addresses https://github.com/ebekker/ACMESharp/issues/90 where challenges look like they are stuck in a pending state when in actual fact they may have changed to valid/invalid. Trimming the output to the desired challenge makes it a lot clearer.
Incorrect switch naming convention on handlerparams vs. parameters.