# sometimes there will be correct ssl options. 
# you HAVE to include this file, if your service need to listen ssl, even if there is right now you see some crazy things. 
# it is placeholder. 
listen 444;
ssl on;
ssl_certificate /etc/lighttpd-x5/keys/export_pddimport.pem;
ssl_certificate_key /etc/lighttpd-x5/keys/export_pddimport.pem;
