chmod isn’t working or unsure about permissions

Ricardo 5 Reputation points
2024-12-29T08:23:50.9766667+00:00

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. Any idea how to go about doing this?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
880 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,158 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Silvia Wibowo 4,941 Reputation points Microsoft Employee
    2025-01-13T07:29:30.6966667+00:00

    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:

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.