Stream the progress of Let's Encrypt certificate issuance on the edge
get
Authorizations
defguard_sessionstringRequired
Responses
200
Server-Sent Event stream with setup progress. Each event carries the current step name and its result.
text/event-stream
stringOptional
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
get/api/v1/proxy/acme/stream
GET /api/v1/proxy/acme/stream HTTP/1.1
Accept: */*
data: {"step":"Connecting","error":false}
data: {"step":"CheckingDomain","error":false}
data: {"step":"ValidatingDomain","error":false}
data: {"step":"IssuingCertificate","error":false}
data: {"step":"Done","error":false}
Last updated
Was this helpful?