Skip to main content

step-ca-adapter

Admin API for the step-ca-adapter

The admin API provides endpoints to manage the step-ca-adapter 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:41500/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:41500/api/v1/openapi.json.