Documentation for the ACMESharp project
This project is maintained by PKISharp
ACMESharp Provider Extensions > Challenge Handlers > manual
A manual provider for handling Challenges. This provider supports the DNS and HTTP Challenge types and computes all the necessary response values. It will provide instructions to the user on what to do with the values but actual steps must be implemented manually.
Name: | manual |
SupportedTypes: | DNS, HTTP |
IsCleanUpSupported: | True |
Assembly: | ACMESharp |
Version: | 0.9.1.0 |
Path to a file in which to write out manual instructions,or one of the special standard streams (OUT, ERR)
Name: | WriteOutPath |
Type: | TEXT |
IsRequired: | False |
IsMultiValued: | False |
When true, output to a file will be appended
Name: | Append |
Type: | BOOLEAN |
IsRequired: | False |
IsMultiValued: | False |
When true, output to a file will overwrite the file
Name: | Overwrite |
Type: | BOOLEAN |
IsRequired: | False |
IsMultiValued: | False |
When true, output will be formatted as JSON suitable for machine automation
Name: | OutputJson |
Type: | BOOLEAN |
IsRequired: | False |
IsMultiValued: | False |