pub async fn get_star_history(
__arg0: Path<String>,
__arg1: State<Arc<AppState>>,
) -> Result<Response, KipukaError>Expand description
GET /.well-known/est/star/{order_id}/history
List all certificates issued in the STAR renewal series, ordered by renewal number. Returns a JSON array suitable for monitoring and auditing STAR certificate rotation.
§Response
| Header | Value |
|---|---|
| Content-Type | application/json |
[
{
"serial": "01AB...",
"not_before": "2025-06-01T00:00:00Z",
"not_after": "2025-06-02T00:00:00Z",
"renewal_number": 0
}
]