##
## SSLCertificateFile:
## This is your PEM-encoded server certificate
##
SSLCertificateFile /etc/cherokee/ssl/cherokee.pem

##
## SSLCertificateKeyFile: 
## This is the private key of your certificate, PEM-encoded.
##
SSLCertificateKeyFile /etc/cherokee/ssl/cherokee.pem

##
## SSLCAListFile:
## This is a file containing all certification authorities that you trust.
## Tip: you can just use the file cert.pem
##
SSLCAListFile /etc/cherokee/ssl/cherokee.pem
