Skip to main content

get_star_certificate

Function get_star_certificate 

Source
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

StatusMeaning
200Current certificate returned
404Order not found
410Order cancelled or expired (Gone)