Expand description
CA management endpoints for the admin API.
Provides visibility into configured CA backends, their health status, and key material metadata (without exposing private keys).
Structs§
Functions§
- get_ca
GET /admin/cas/{id}— CA details.- get_
ca_ health GET /admin/cas/{id}/health— CA health check.- list_
cas GET /admin/cas— list all configured CAs with health status.