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

Doc: improve server/client certificates description

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1017 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-04-23 10:18:09 +00:00
parent 7535496934
commit 1b8fe7419d
3 changed files with 9 additions and 6 deletions

View File

@ -189,7 +189,7 @@ UI_CLIENT_KEY_STORE_PASSWORD=Client key store password:
UI_CLIENT_KEY_STORE_PASSWORD_HELP=Client key store password, leave empty for runtime prompt UI_CLIENT_KEY_STORE_PASSWORD_HELP=Client key store password, leave empty for runtime prompt
UI_CLIENT_KEY_STORE_TYPE=Client key store type: UI_CLIENT_KEY_STORE_TYPE=Client key store type:
UI_CLIENT_KEY_STORE_TYPE_HELP=Choose client certificate key store type, choose PKCS11 for smartcard UI_CLIENT_KEY_STORE_TYPE_HELP=Choose client certificate key store type, choose PKCS11 for smartcard
UI_CLIENT_CERTIFICATE=Client Certificate UI_CLIENT_CERTIFICATE=Client Certificate (DavMail to Exchange)
UI_PKCS11_LIBRARY=PKCS11 library: UI_PKCS11_LIBRARY=PKCS11 library:
UI_PKCS11_LIBRARY_HELP=PKCS11 (smartcard) library path (.so or .dll) UI_PKCS11_LIBRARY_HELP=PKCS11 (smartcard) library path (.so or .dll)
UI_PKCS11_CONFIG=PKCS11 config: UI_PKCS11_CONFIG=PKCS11 config:
@ -219,7 +219,7 @@ UI_PROXY_USER=Proxy user:
UI_SENT_KEEP_DELAY=Sent keep delay: UI_SENT_KEEP_DELAY=Sent keep delay:
UI_SENT_KEEP_DELAY_HELP=Number of days to keep messages in sent folder UI_SENT_KEEP_DELAY_HELP=Number of days to keep messages in sent folder
UI_SERIAL=Serial UI_SERIAL=Serial
UI_SERVER_CERTIFICATE=Server Certificate UI_SERVER_CERTIFICATE=Server Certificate (Client to DavMail)
UI_SERVER_CERTIFICATE_HASH=Server certificate hash: UI_SERVER_CERTIFICATE_HASH=Server certificate hash:
UI_SERVER_CERTIFICATE_HASH_HELP=Manually accepted server certificate hash UI_SERVER_CERTIFICATE_HASH_HELP=Manually accepted server certificate hash
UI_SETTINGS=Settings... UI_SETTINGS=Settings...

View File

@ -196,7 +196,7 @@ UI_PROXY_USER=Identifiant proxy :
UI_SENT_KEEP_DELAY=Délai de rétention envoyés : UI_SENT_KEEP_DELAY=Délai de rétention envoyés :
UI_SENT_KEEP_DELAY_HELP=Nombre de jours de conservation des messages dans le dossier des messages envoyés UI_SENT_KEEP_DELAY_HELP=Nombre de jours de conservation des messages dans le dossier des messages envoyés
UI_SERIAL=Numéro de série UI_SERIAL=Numéro de série
UI_SERVER_CERTIFICATE=Certificat Serveur UI_SERVER_CERTIFICATE=Certificat Serveur (Client vers DavMail)
UI_SERVER_CERTIFICATE_HASH=Hash du certificat serveur : UI_SERVER_CERTIFICATE_HASH=Hash du certificat serveur :
UI_SERVER_CERTIFICATE_HASH_HELP=Hash du certificat accepté manuellement UI_SERVER_CERTIFICATE_HASH_HELP=Hash du certificat accepté manuellement
UI_SETTINGS=Configuration... UI_SETTINGS=Configuration...
@ -216,7 +216,7 @@ UI_PKCS11_LIBRARY_HELP=Chemin de la librarie PKCS11 (carte
UI_PKCS11_LIBRARY=Librairie PKCS11 : UI_PKCS11_LIBRARY=Librairie PKCS11 :
UI_PKCS11_CONFIG_HELP=Configuration PKCS11 complémentaire optionnelle (slot, nssArgs, ...) UI_PKCS11_CONFIG_HELP=Configuration PKCS11 complémentaire optionnelle (slot, nssArgs, ...)
UI_PKCS11_CONFIG=Configuration PKCS11 : UI_PKCS11_CONFIG=Configuration PKCS11 :
UI_CLIENT_CERTIFICATE=Certificat client UI_CLIENT_CERTIFICATE=Certificat client (DavMail vers Exchange)
UI_LOG_FILE_PATH=Chemin du fichier de traces : UI_LOG_FILE_PATH=Chemin du fichier de traces :
LOG_GATEWAY_INTERRUPTED=Arrêt de la passerelle DavMail en cours LOG_GATEWAY_INTERRUPTED=Arrêt de la passerelle DavMail en cours
LOG_GATEWAY_STOP=Passerelle DavMail arrêtée LOG_GATEWAY_STOP=Passerelle DavMail arrêtée

View File

@ -98,7 +98,8 @@
</tr> </tr>
<tr> <tr>
<td>Key store type</td> <td>Key store type</td>
<td>Choose key store type</td> <td>To encrypt communication between client and DavMail, create a server certificate,
choose key store type and set key store path</td>
<td>JKS</td> <td>JKS</td>
</tr> </tr>
<tr> <tr>
@ -118,7 +119,9 @@
</tr> </tr>
<tr> <tr>
<td>Client key store type</td> <td>Client key store type</td>
<td>Client certificate key store type, PKCS11 for smartcard, PKCS12 or JKS for certificate file</td> <td>When the Exchange server requires mutual authentication,
choose client certificate key store type, PKCS11 for smartcard,
PKCS12 or JKS for certificate file</td>
<td>PKCS11</td> <td>PKCS11</td>
</tr> </tr>
<tr> <tr>