Skip to main content

step-ca-rotator

Admin API for the step-ca-rotator

The admin API provides endpoints to manage the step-ca-rotator service. By default, the service listens on localhost:41501. You can change this in the service configuration file.

Use your desired HTTP client to interact with the API. For example, you can use curl to make requests to the API endpoints.

curl -X GET http://localhost:41501/api/v1/health

To get a CLI-like experience, you can also use the restish CLI tool that generates a CLI from the OpenAPI specification. The OpenAPI spec is served at http://localhost:41501/api/v1/openapi.json.