Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

File metadata and controls

17 lines (13 loc) · 1.05 KB

ValidateCertificateChallenge

ValidateCertificateChallenge validates HTTP-01 challenge and finalizes certificate issuance (Phase 2)

Properties

Name Type Description Notes
result ValidateCertificateChallengeOutput [optional]
cert_display_id str Certificate display ID from Phase 1 [optional]
json bool Set output format to JSON [optional] [default to False]
name str Certificate name (alternative to cert-display-id) [optional]
timeout int Validation timeout in seconds [optional] [default to 120]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]