Hi @Ricardo , here's the summary of your issue and solution.
Issue:
- I have an DigiCertGlobalRootCA.crt.pem (SSL Certificate) that's preventing my dynamic website from working because of the file permissions. I tried chmod 644 in bash to change the file permissions to no avail.
- Azure App Service Plan SKU: Premium v2 P1V2.
- Currently Deploying my website manually (FTPS) using FileZilla.
Solution:
- For Azure App Service, there are specific steps for setting certificate in your code. Please follow this guide: Load certificate in Linux/Windows containers.
Result:
- After a few days of struggles and help from ChatGPT, I got it to work.
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.