diff --git a/src/site/xdoc/sslsetup.xml b/src/site/xdoc/sslsetup.xml index 1a75f6e9..c4b9dc7d 100644 --- a/src/site/xdoc/sslsetup.xml +++ b/src/site/xdoc/sslsetup.xml @@ -51,6 +51,17 @@ davmail.ssl.keystorePass=password]]> +

+ Custom certificate authority +

+

Most users rely on the interactive accept certificate dialog to handle non public certificate authorities. + However, this will not work with an Exchange server cluster with a different certificate on each server. + In this case, you need to update global Java truststore with the custom certificate authority: +

+ keytool -import -alias root -keystore /path/to/jre/lib/security/cacerts -trustcacerts -file rootca.crt -storepass changeit -noprompt +

+ Client certificate +

In most cases, using https in OWA url is enough to secure communication between DavMail and Exchange. However, with Exchange servers setup to require mutual authentication, you will have to register your client certificate in DavMail settings, either through PKCS11 (smartcard) or file certificate. @@ -84,7 +95,7 @@ name=NSS library=softokn3 nssArgs="configdir='/path/to/firefox/profile' certPrefix='' keyPrefix='' secmod='secmod.db' flags=readOnly" slot = 2 -]]> +]]>

Another one for Coolkey (see Coolkey for Debian and United States Department of Defense Common Access Cards):