How to migrate a 'classic' ejbca instance to docker #237
-
As the 'Issues' on the docker project 'https://github.com/Keyfactor/ejbca-containers' is not available I do ask my question here: We are happily running an ejbca instance and want to migrate to docker. Simply reusing the existing database fails as I don't see any option to set the encryption key (once defined in cesecore.properties). Am I mssing something obvious? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
I think you are looking for the parameters that we recently added to the container. Look under security parameters at https://hub.docker.com/r/keyfactor/ejbca-ce. Would be glad to hear how it goes, let us know. |
Beta Was this translation helpful? Give feedback.
-
Hmm, I don't see that message in the code. Are you running the latest version? Otherwise I'm looking at the wrong code perhaps. What parameters do you use to start the container? |
Beta Was this translation helpful? Give feedback.
-
We are using the bitnami wrapper to have the ejbca embedded in the k8s context. I'm assuming that thre are no relevant changes done by bitnami to the given keyfactor docker image. ejbca 17:25:26.72 INFO ==> ** Starting ejbca setup ** Do these messages come from bitnami-added scripts? |
Beta Was this translation helpful? Give feedback.
-
For convenience reasons we try to prefer the helm charts provided b bitnami (https://bitnami.com/stack/ejbca/helm). |
Beta Was this translation helpful? Give feedback.
-
Actually here are helm charts used for demo at our tech meetup that we had lat year in Stockholm. |
Beta Was this translation helpful? Give feedback.
-
You can find updated helm charts here: |
Beta Was this translation helpful? Give feedback.
I think you are looking for the parameters that we recently added to the container. Look under security parameters at https://hub.docker.com/r/keyfactor/ejbca-ce.
Would be glad to hear how it goes, let us know.