SSL certificate settings documentation in getting started

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@562 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-05-12 23:24:49 +00:00
parent 3834476710
commit 83e37437f0
2 changed files with 29 additions and 0 deletions

View File

@ -70,6 +70,31 @@
<td>Get events in the past not older than specified days count, leave empty for no limits</td>
<td>90</td>
</tr>
<tr>
<td>Allow remote connections</td>
<td>Allow remote connections to the gateway (server mode)</td>
<td>false</td>
</tr>
<tr>
<td>Key store type</td>
<td>Choose key store type</td>
<td>JKS</td>
</tr>
<tr>
<td>Key store</td>
<td>SSL certificate key store file path</td>
<td>path/to/keystore</td>
</tr>
<tr>
<td>Key store password</td>
<td>Key store password</td>
<td>password</td>
</tr>
<tr>
<td>Key password</td>
<td>SSL key password inside key store</td>
<td>password</td>
</tr>
<tr>
<td>Allow remote connections</td>
<td>Allow remote connections to the gateway (server mode)</td>

View File

@ -40,6 +40,10 @@ davmail.proxyHost=
davmail.proxyPort=
davmail.proxyUser=
davmail.proxyPassword=
davmail.ssl.keystoreType=JKS
davmail.ssl.keyPass=
davmail.ssl.keystoreFile=
davmail.ssl.keystorePass=
davmail.server=true
davmail.bindAddress=
davmail.allowRemote=true