Minial client for native step-ca api, with features:
- Load CA from step-ca server
- Load cert for application from step-ca server
- Autoupdate cert for application
- AOT ready
Run compose file:
docker compose -f ./docker/compose.yaml up --build
Also you can get current fingerprint with command:
docker compose -f ./docker/compose.yaml run step-ca step certificate fingerprint /home/certs/ca.crt
You can find sample project in.