mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-11 03:45:03 -05: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:
parent
9e3a90d11b
commit
741ba5f889
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user