Update README.rst

Correct file permissions.
This commit is contained in:
helgeerbe 2021-11-23 13:16:08 +01:00 committed by GitHub
parent df4c0901ba
commit 9924b74aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,8 @@ accessed by other users on your system. The warning reads "Unsafe permissions
on credentials configuration file", followed by the path to the credentials
file. This warning will be emitted each time Certbot uses the credentials file,
including for renewal, and cannot be silenced except by addressing the issue
(e.g., by using a command like ``chmod 600`` to restrict access to the file).
(e.g., by using a command like ``chmod 600`` to restrict access to the file and
``chmod 700`` to restrict access to the folder).
Examples
@ -129,7 +130,7 @@ Once that's finished, the application can be run as follows::
It is suggested to secure the folder as follows::
chown root:root /etc/letsencrypt/.secrets
chmod 600 /etc/letsencrypt/.secrets
chmod 700 /etc/letsencrypt/.secrets
Changelog
=========