After restarting the Ubuntu host machine, all certificate-related data — including the CA, certificate profiles, and cryptotokens — is missing. #942
Unanswered
ahasansubri
asked this question in
Q&A
Replies: 1 comment
-
I guess that you are not persisting your data so that your database contents are deleted (or the container starts with a fresh volume) when your VM restarts. Data is stored in a database and for anything but testing (where it's okk that it's gone after a while) you should use an external database. See "Using an external database" in the documentation https://hub.docker.com/r/keyfactor/ejbca-ce |
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.
-
After restarting my Ubuntu host machine, Docker containers start up normally, but all EJBCA certificate data (CA, certificate profiles, cryptotokens) is gone. Stopping/starting the containers manually doesn’t cause this issue — it only happens after a full host reboot. Looks like the data isn’t persisting across reboots. How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions