Skip to content

REST API Reference on Docker Container #661

Answered by primetomas
rackrick asked this question in Q&A
Discussion options

You must be logged in to vote

You can download swagger.json from GitHub: https://github.com/Keyfactor/ejbca-ce/blob/main/modules/ejbca-rest-api/resources/swagger.json

Then you can run swagger locally by for exampel:
docker run -p 80:8080 -e SWAGGER_JSON=/foo/swagger.json -v /tmp:/foo swaggerapi/swagger-ui

That gives you Swagger API.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@rackrick
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rackrick
Comment options

You must be logged in to vote
1 reply
@primetomas
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants