Stuck configuring Traefik to use SmallStep CA #627
Replies: 2 comments
-
I haven't tested, but according to the blogpost you need to set the environment variable
|
Beta Was this translation helpful? Give feedback.
-
Hi @DeepCoreSystem, Unfortunately, installing the CA certificate on the host won't affect the CA trust settings in the container environment. You have a couple options for getting the CA trusted inside the Traefik container. You can mount a volume with the CA certificate in it, and provide the path to the certificate via Here's a Dockerfile that creates a Traefik image that trusts a
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am follwing the tutorial to configure popular ACME clients for Traefik in a Docker container
I need guidance about the following sentence: Most importantly, Traefik will need to trust your root CA certificate.
I have executed the following instruction on the Docker host:
sudo step certificate install root_ca.crt
Please give step-by-step instructions how to put the root CA into the Traefik container
Beta Was this translation helpful? Give feedback.
All reactions