I want to create a CA, Intermediate CA and Sub CAs via the EJBCA API. I looked at the EJBCA interface but I don't see methods to do this. Am I missing something?
Asked
Active
Viewed 347 times
1 Answers
0
Your link is for a quite old EJBCA release (v4.0, as opposed to 6.10.x for latest Community and 6.15.x for latest Enterprise). The latest EJBCA WS API provides the method createCA to create a Root or Subordinate CA. According to documentation, the created CA is a a Root CA if the signedByCAId
argument is 1
, else a subordinate.

cdan
- 3,470
- 13
- 27