pub async fn get_star_certificate(
__arg0: Path<String>,
__arg1: State<Arc<AppState>>,
) -> Result<Response, KipukaError>Expand description
GET /.well-known/est/star/{order_id}
Fetch the current (most recent) certificate for a STAR order.
No authentication required — STAR certificates are designed to be fetched by any party that knows the order ID (RFC 8739 §3.4).
§Response
| Status | Meaning |
|---|---|
| 200 | Current certificate returned |
| 404 | Order not found |
| 410 | Order cancelled or expired (Gone) |