diff options
-rw-r--r-- | doc/guide.html | 6 | ||||
-rw-r--r-- | doc/guide.tex | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide.html b/doc/guide.html index 0eacf580d..aa387aded 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -694,10 +694,10 @@ Also the following global options are available for s2s connections: <B><TT>{s2s_use_starttls, true|false}</TT></B><DD> This option defines whether to use STARTTLS for s2s connections. - <DT><B><TT>{s2s_certfile, Path}</TT></B><DD> Path to a file - containing the SSL certificate. + <DT><B><TT>{s2s_certfile, Path}</TT></B><DD> Path to the + file containing the SSL certificate. <DT><B><TT>{domain_certfile, Domain, Path}</TT></B><DD> Path - to a file containing the SSL certificate for the specified domain. + to the file containing the SSL certificate for the specified domain. </DL> For instance, the following configuration defines that: <UL><LI> 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: |