Import private key for external Certification Authorities #717
-
A follow up from migrating my Samba AD PKI to EJBCA topic. I leave a new question in case it can help other people.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Now, I understand the meaning of |
Beta Was this translation helpful? Give feedback.
-
Yes External really means that the CA is operated somewhere else. It is just an imported CA certificate to be able to use that to verify certificate chains (such as externally issued administrator certificates). As it's only a certificate you can naturally not use that to sign other certificates. If you plan to run everything in EJBCA I would recommend to separate User certificates from PKI administrator certificates. It makes for good role and trust separation. It is easy as you can set up as many CAs that you need. Perhaps:
There is no need for CA admin certificates to be in EJBCA, and you can even make it security best practice by using an HSM for that from the get go. |
Beta Was this translation helpful? Give feedback.
Yes External really means that the CA is operated somewhere else. It is just an imported CA certificate to be able to use that to verify certificate chains (such as externally issued administrator certificates). As it's only a certificate you can naturally not use that to sign other certificates.
If you really want to migrate in a Ca, including the private key into EJBCA you use "importca". There are examples here. https://docs.keyfactor.com/ejbca/latest/migrating-from-other-cas-to-ejbca
If you plan to run everything in EJBCA I would recommend to separate User certificates from PKI administrator certificates. It makes for good role and trust separation. It is easy as you can set up as man…