-
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.
@hakwerk Hi there. While following along in the Docker-only wiki page, I came across the same issue as this ticket. I noted your patch of Dec 21 and confirmed that was included in my git clone of your project. I reviewed the Docker logs and confirmed I am getting the same message/error as @GuyGuy-59 posted above. I realize this ticket is still open but wanted to provide some feedback after noting your patch. Thanks in advance for your time and effort on this (fantastic!) project. |
The official Let's Encrypt boulder code only issues RSA certificates from RSA issuer certificates and only ECDSA certificates from an ECDSA issuer CA. Many people are having issues with this in LabCA. Until we have the option for multiple issuers per root CA and/or multiple CA chains in the GUI of LabCA, use the single issuer CA for both key types.
This should now be fixed in the latest release (v25.01), ECDSA and RSA now can be mixed |
@hakwerk Made some time to test out the 25.01 release and ran into a likely minor issue. During final setup of the CA, when the cert for the webpage is being created, the process appears to not complete and I note the following error in the Docker logs: I noticed in your latest code commit, you do modify "patches/test_certs_generate.patch" to include the call to "make" but it's unclear to me whether the build env needs to be created by you in the Docker images or me in the VM. For my part, make is installed in my VM when running this. Thanks in advance for your time and attention to this issue. |
I also have the same issue. It is preventing
|
@hakwerk Just a quick update after noting your recent code update (8852d49). I tested out the updated Docker images (export LABCA_IMAGE_VERSION=edge) and wanted to confirm that they proceed successfully through the setup process and I was able to issue an ECC-384 cert from the new CA. Thanks again for all your work! |
Thanks for confirming! I have created a new release v25.01.1 now |
@iarspider that message is nothing to worry about. The boulder container contains many running processes that try to connect to the database and sometimes this happens, but the code is made robust against that and it will just retry. I see it occasionally as well on systems that are otherwise running fine. |
Using First, it took me a while to figure out that web-gui is only accessible on Second, generating certificate for labca itself failed:
For context, I'm using my router (Mikrotik) as DNS server, and it doesn't support |
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: