diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-12-06 20:52:58 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-12-06 20:52:58 +0000 |
commit | ab2b0b91f1ebf40c205892d0df11647f87506b11 (patch) | |
tree | 86132a13ca77ace3852041267a8ce9199af9f301 /doc/guide.html | |
parent | * doc/guide.tex: Updated (diff) |
* doc/guide.tex: Updated
SVN Revision: 452
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 6 |
1 files changed, 3 insertions, 3 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> |