-
I am running EJBCA using the official Docker image. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi nouaman1, Try adding the the environment variable BR, |
Beta Was this translation helpful? Give feedback.
-
this command did the job: docker run -it --rm -p 80:8080 -p 443:8443 -h localhost -e TLS_SETUP_ENABLED="simple" -e LOG_LEVEL_APP=DEBUG primekey/ejbca-ce BR |
Beta Was this translation helpful? Give feedback.
this command did the job:
docker run -it --rm -p 80:8080 -p 443:8443 -h localhost -e TLS_SETUP_ENABLED="simple" -e LOG_LEVEL_APP=DEBUG primekey/ejbca-ce
BR