buaazp / zimg

A lightweight and high performance image storage and processing system.
http://zimg.buaa.us
BSD 3-Clause "New" or "Revised" License
2.69k stars 402 forks source link

你好,我增加了ssl支持 #126

Closed erhuabushuo closed 8 years ago

erhuabushuo commented 8 years ago

zimg.lua增加了对SSL相关配置

--SSL
pemfile = "server.crt"
privfile = "server.key"
cafile = "ca.crt"