Intermediate CA certificate and key from EJBCA #927
Replies: 2 comments 6 replies
-
Not sure I understand your question. Yes EJBCA works off line. Yes you can get CA certificates from it by simple URLs, and yes there is a cert-manager plugin for EJBCA on Keyfactor GitHub. |
Beta Was this translation helpful? Give feedback.
-
If you see above , we have Cluster-1 and Cluster-2 .. Assume both clusters run cert-manager service which issues and monitors leaf certificates for various application .. But to create a Issuer/ClusterIssuer in cert-manager , i need to create a secret containing both tls.crt and tls.key ... This tls.crt , tls.key is CA cert and key ... can i get CA cert and key from EJBCA ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All ,
We are setting up a telco cloud using on-prem K8s clusters. Between k8s clusters we want to enable tls/mtls. Each of these k8s cluster have cert-manager running. We want to use cert-managers to issue leaf certificates and manage the life cycle of those certificates for different applications. These leaf certificates must be signed by a CA certificate. So we can set up a Cluster Issuer by providing a k8s secret containing CA certificate and key. Can i get this CA certificate and key from EJBCA ? Lets assume that these k8s clusters may not have internet connection , as these are telco cloud on-prem k8s clusters. I can't configure cert-manager to use EJBCA to get CA certificates automatically .. Can i use this offline method where i can get the CA certificate and key ?
Beta Was this translation helpful? Give feedback.
All reactions