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.
2024-10-30 16:44:43 The SMTP server failed to start: System.IO.FileNotFoundException: Could not find file '/smtp4dev/mysslkey.key'.
2024-10-30 16:44:43 File name: '/smtp4dev/mysslkey.key'
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.