Update directory permission.

This commit is contained in:
Zhang Huangbin 2021-04-14 21:37:59 +08:00
parent 16b3c31615
commit 4021544368
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ used to run network services like Postfix/Dovecot/OpenLDAP/MariaDB/PostgreSQL.
It's necessary to set the permission to 0644 for other applications to access them. It's necessary to set the permission to 0644 for other applications to access them.
``` ```
chmod 0644 /etc/letsencrypt/{live,archive} chmod 0755 /etc/letsencrypt/{live,archive}
``` ```
## Renew the cert automatically ## Renew the cert automatically

View File

@ -206,7 +206,7 @@ root user and group, with permission 0700 (set by <code>certbot</code> program)
default, it means other users can not access them -- including the daemon users default, it means other users can not access them -- including the daemon users
used to run network services like Postfix/Dovecot/OpenLDAP/MariaDB/PostgreSQL. used to run network services like Postfix/Dovecot/OpenLDAP/MariaDB/PostgreSQL.
It's necessary to set the permission to 0644 for other applications to access them.</p> It's necessary to set the permission to 0644 for other applications to access them.</p>
<pre><code>chmod 0644 /etc/letsencrypt/{live,archive} <pre><code>chmod 0755 /etc/letsencrypt/{live,archive}
</code></pre> </code></pre>
<h2 id="renew-the-cert-automatically">Renew the cert automatically</h2> <h2 id="renew-the-cert-automatically">Renew the cert automatically</h2>