-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker only instalation #138
Comments
I'm sorry but you can actually skip that step now and just do |
Hi, and docker compose logs labca Can you help. Thanks. |
I had some sort of the same issue (webserver couldn't download its certificate from the http acme page).
|
This is only the client side error, it does not contain any information on why the server returns the status 500. Please have a look at the boulder log files, also see https://github.com/hakwerk/labca/tree/master?tab=readme-ov-file#troubleshooting |
Here is the error |
Thanks, that will help me in analysing this issue and hopefully solving it |
|
Hi, |
I'll be back to give you a little more information. The installation works fine using rsa 4094 but not ecdsa 384. |
When creating the domain key for the GUI certificate, use the same key type (RSA or ECDSA) as the Issuing CA.
Hi, can you help please.
I follow the process of use Docker Only instalation:
git clone https://github.com/hakwerk/labca.git
cd labca/build
export LABCA_FQDN=labca.example.com
However , when i run "docker compose up bsetup" i have the following error:
"Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "labca/certs/generate.sh": stat labca/certs/generate.sh: no such file or directory: unknown"
Can you help.
Thanks.
The text was updated successfully, but these errors were encountered: