GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
tls-file-checks
Statementtls-file-checks { # Configure safety checks for SSL key file. key-file list; # Configure safety checks for SSL certificate. cert-file list; # Configure safety checks for SSL CA file. ca-file list; }
This section configures security checks applied to the particular SSL configuration files in order to decide whether it is safe to use them.
Configure safety checks for SSL key file. Elements of the list are names of individual checks, optionally prefixed with ‘+’ to enable or ‘-’ to disable the corresponding check. Valid check names are:
Disable all checks.
Enable all checks.
Forbid group writable files.
Forbid world writable files.
Forbid group readable files.
Forbid world writable files.
Forbid symbolic links in group or world writable directories.
Forbid files in group writable directories.
Forbid files in world writable directories,
Configure safety checks for SSL certificate. See
key-file
for a description of list.
Configure safety checks for SSL CA file. See
key-file
for a description of list.
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.