diff options
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 82ebcc9af..e000c14a5 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -587,10 +587,10 @@ Also the following global options are available for s2s connections: \titem{\{s2s\_use\_starttls, true|false\}} \ind{options!s2s\_use\_starttls}This option defines whether to use STARTTLS for s2s connections. - \titem{\{s2s\_certfile, Path\}} \ind{options!s2s\_certificate}Path to a file - containing the SSL certificate. + \titem{\{s2s\_certfile, Path\}} \ind{options!s2s\_certificate}Path to the + file containing the SSL certificate. \titem{\{domain\_certfile, Domain, Path\}} \ind{options!domain\_certfile}Path - to a file containing the SSL certificate for the specified domain. + to the file containing the SSL certificate for the specified domain. \end{description} For instance, the following configuration defines that: |