SSL certificate paths #333
-
I have a docker container setup and when I add the two direct paths to SSL, it never seems to work. I generated SSL certs from my domain and created the .crt and .key files but when I add the two environmental keys, it just doesn't work. What might I be doing incorrectly below? I am fairly new to docker and portainer (tried both portainer and docker-compose same issue) but some light direction would be helpful as I am trying to get the audio working in my container.
Volumes: Host/volume | /mnt/data/foundry |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I think I see the issue. Make sure you are passing paths that exist in the container's context, and not the host's. Try these values:
|
Beta Was this translation helpful? Give feedback.
-
Hi, iam guessing i have the same issue but i still cant get it to work. |
Beta Was this translation helpful? Give feedback.
-
First of all thx for the super quick answer. |
Beta Was this translation helpful? Give feedback.
I think I see the issue. Make sure you are passing paths that exist in the container's context, and not the host's.
Try these values:
FOUNDRY_SSL_CERT=/data/cf.crt
FOUNDRY_SSL_KEY=/data/key.key