Skip to main content

get_cert

Function get_cert 

Source
pub async fn get_cert(
    _admin: AdminAuth,
    __arg1: Path<String>,
    __arg2: State<Arc<AppState>>,
) -> Response
Expand description

GET /admin/certs/{serial} — Certificate details.

Returns detailed information about a specific certificate, identified by its hex-encoded serial number.