Changes

From SME Server
Jump to navigationJump to search
733 bytes added ,  01:35, 20 February 2013
Added suggested addition from discussion page, no contrar entries
Line 122: Line 122:  
Note that sme server only has one version of webmail installed and it serves all users of all domains.
 
Note that sme server only has one version of webmail installed and it serves all users of all domains.
    +
===Custom Certificate===
 +
(Provided by jester November 2010)
 +
There is also the possibility one is getting a custom certificate from an [http://en.wikipedia.org/wiki/Intermediate_certificate_authorities Intermediate Certificate Authority], if this is the case you'll get an additional CA certificate:
 +
 +
* Create a place to put the chained certificate:
 +
  mkdir /home/e-smith/ssl.chainfile
 +
  chmod 700 /home/e-smith/ssl.chainfile
 +
 +
* Copy the certificate chain file to it's location:
 +
  cp <chain-file-name>.crt /home/e-smith/ssl.chainfile/
 +
 +
* Configure the SME database:
 +
  config setprop modSSL CertificateChainFile /home/e-smith/ssl.chainfile/<chain-file-name>.crt
 +
 +
* Apply the changes:
 +
  signal-event post-upgrade; signal-event reboot
    
Hope all the above makes sense.
 
Hope all the above makes sense.

Navigation menu