Update doc with certificate hash property

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@152 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-11-03 12:32:56 +00:00
parent 3df9d6d8da
commit e96dbf3046
2 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,12 @@
<td>Bind only to the specified network address</td>
<td>false</td>
</tr>
<tr>
<td>Server certificate hash</td>
<td>Manually accepted server certificate hash, contains the SHA1 hash of
a manually accepted certificate (invalid or self signed)</td>
<td>false</td>
</tr>
</table>
</p>
<p>The bottom panel can be activated to set an HTTP proxy and associated credentials if needed</p>

View File

@ -40,6 +40,7 @@ davmail.proxyUser=
davmail.proxyPassword=
davmail.server=true
davmail.bindAddress=
davmail.server.certificate.hash=
</source>
<p>See
<a href="gettingstarted.html">Getting started</a>