Replies: 1 comment 1 reply
-
Hi @cgHome, The The other thing I noticed is that you seem to be trying to use ACME? Currently our Docker image does not create an ACME provisioner at startup by default. The provisioner that is created and named after the |
Beta Was this translation helpful? Give feedback.
-
Hi,
Actually, I (as a ca-newbie) just wanted to extend my (Docker) Homelab server on my QNAP, with a Traefik and step-ca container. The configuration was principle simple, but instead of a valid step-ca certificate I received a "TRAEFIK DEFAULT CERT" certificate.
On closer analysis I noticed that on the command: "curl -k https://localhost:9000/acme/admin/directory" the following error message:
To narrow it down, I focused on the step-ca container and ran into the following problem.
When I start the test.yml file, everything is initialized and started correctly according to the log file. Also from the command "step ca health" in the (step-ca) container I get the message OK.
So far so good, but when I execute the command: "step certificate inspect https://localhost:9000" I get the following error message:
Am I doing something wrong or is this a problem with the step-ca server ?
Chris
test.yml
ca.json
Log-File
Beta Was this translation helpful? Give feedback.
All reactions