chmod isn’t working or unsure about permissions

Ricardo 0 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.
877 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,143 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Silvia Wibowo 4,926 Reputation points Microsoft Employee
    2024-12-30T00:28:21.8433333+00:00

    Hi @Ricardo , I understand that you've changed SSL certificate file permission to 644 but your website is still having issues accessing the certificate.

    Please check the corresponding folder permissions: /, /etc, /etc/ssl, /etc/ssl/certs -> make sure that all of them is owned by root:root and permission is 755.

    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.