2010-05-04: Cherokee and Chained SSL Certificates
Using chained SSL certificates with Cherokee is quite simple: Given you decide in favour of StartCom/StartSSL, download their intermediate CA certificate (Class 1, Class 2, or Class 3) and append it to your signed certificate:
cat your-cert.crt.pem sub.class2.server.ca.pem > your-chained-cert.crt.pem
and pass this new file as the server certificate.