Explicitly mention the permissions warning and chmod 600

This commit is contained in:
Zach Shepherd 2017-06-08 15:44:38 -07:00
parent c180a1065f
commit 14b1d2d72b
5 changed files with 45 additions and 0 deletions

View file

@ -16,6 +16,7 @@ Named Arguments
(Default: 10)
======================================== =====================================
Credentials
-----------
@ -43,6 +44,14 @@ to this file for use during renewal, but does not store the file's contents.
new certificates or revoke existing certificates for associated domains,
even if those domains aren't being managed by this server.
Certbot will emit a warning if it detects that the credentials file can be
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).
Examples
--------

View file

@ -16,6 +16,7 @@ Named Arguments
(Default: 30)
======================================== =====================================
Credentials
-----------
@ -43,6 +44,14 @@ to this file for use during renewal, but does not store the file's contents.
certificates or revoke existing certificates for associated domains, even if
those domains aren't being managed by this server.
Certbot will emit a warning if it detects that the credentials file can be
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).
Examples
--------

View file

@ -17,6 +17,7 @@ Named Arguments
(Default: 10)
========================================== ===================================
Credentials
-----------
@ -43,6 +44,14 @@ path to this file for use during renewal, but does not store the file's contents
new certificates or revoke existing certificates for associated domains,
even if those domains aren't being managed by this server.
Certbot will emit a warning if it detects that the credentials file can be
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).
Examples
--------

View file

@ -16,6 +16,7 @@ Named Arguments
(Default: 30)
======================================== =====================================
Credentials
-----------
@ -42,6 +43,14 @@ to this file for use during renewal, but does not store the file's contents.
new certificates or revoke existing certificates for associated domains,
even if those domains aren't being managed by this server.
Certbot will emit a warning if it detects that the credentials file can be
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).
Examples
--------

View file

@ -17,6 +17,7 @@ Named Arguments
(Default: 60)
======================================== =====================================
Credentials
-----------
@ -55,6 +56,14 @@ to this file for use during renewal, but does not store the file's contents.
challenge to acquire new certificates or revoke existing certificates for
domains these credentials are authorized to manage.
Certbot will emit a warning if it detects that the credentials file can be
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).
Examples
--------