EJBCA API
#826
Replies: 1 comment
-
The SOAP API have some features for CA management. We also have Enterprise functions for full automation of everything, ConfigDump. There is a REST endpoint for ConfigDump. You can also create plugins to access the internal Jakarta EE API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m a student and i am currently working on a project (EJBCA PKI) where I need to create a Sub CA programmatically. However, I noticed that the EJBCA REST API does not provide a function for this.
Questions:
1- Are there other APIs available in EJBCA (e.g., SOAP, XML-RPC, or direct Java calls) that allow CA management, including Sub CA creation?
2- If I want to extend the REST API to include more functionalities (like CA creation, user management, etc.), what would be the best approach?
-Which files or modules should I modify?
-Are there guidelines or documentation for adding new endpoints to the REST API?
I’d appreciate any guidance or pointers to documentation that could help. Thanks in advance!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions