1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Document client keystore file settings

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@909 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-01-13 10:20:52 +00:00
parent 9e3a90d11b
commit 741ba5f889

View File

@ -96,6 +96,21 @@
<td>SSL key password inside key store</td>
<td>password</td>
</tr>
<tr>
<td>Client key store type</td>
<td>Client certificate key store type, PKCS11 for smartcard, PKCS12 or JKS for certificate file</td>
<td>PKCS11</td>
</tr>
<tr>
<td>Client key store</td>
<td>SSL client certificate key store file path</td>
<td>path/to/keystore</td>
</tr>
<tr>
<td>Client key store password</td>
<td>Client key store password, leave empty for runtime prompt</td>
<td>password</td>
</tr>
<tr>
<td>PKCS11 library</td>
<td>PKCS11 (smartcard) library path (.so or .dll)</td>