Doc: Update SSL setup documentation on PKCS12 passwords

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1950 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-04-26 21:59:29 +00:00
parent 6a0b615507
commit b14a5427b5
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
pair
</p>
<p>Another note : do not use blank passwords, both keystore and key passwords must be set</p>
<p>If you have an official certificate in PEM form, convert it to PKCS12 with the following command:</p>
<source>openssl pkcs12 -export -in cert-davmail.pem -inkey privatekey-davmail.key -certfile
chain-davmail.pem -out davmail.p12