-
Notifications
You must be signed in to change notification settings - Fork 350
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
SSL Cert - SMTP server failed to start #1565
Comments
The docker file doesn't seem to copy the files. |
Hey Julien. Thank you for your reply. |
This is the answer. You can add the COPY command to your docker file to copy the required cert files into the container. https://docs.docker.com/reference/dockerfile/#copy However, it's recommended to map a volume into the container when it is created. This keeps the cert files out of your image. |
Ohhh that's it, makes sense now. I should be more clear stating that I'm a Docker newbie, sorry. |
Hi Everyone,
We were using SMTP4dev on an Azure Container Instance with no issues. However, I was requested to enable the SMTP TLS using our SSL cert issued by GoDaddy. Knowing that Azure Container instance has some limitations with SSL cert I decided to create an image with our SSL.
When I run the container, I get the below error. I'm 100% sure the path to the key is correct.
This is how my Dockerfile looks like:
I'm in no rush but if someone could help that would be great.
The text was updated successfully, but these errors were encountered: