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支持 #127

Open erhuabushuo opened 8 years ago

erhuabushuo commented 8 years ago

尝试ci构建

zimg.lua增加证书配置

--SSL
pemfile = "server.crt"
privfile = "server.key"
cafile = "ca.crt"
erhuabushuo commented 8 years ago

不知道为什么ci里的run是失败

buaazp commented 8 years ago

感谢提交代码,这部分功能我一直想做来着就给忘了,你写了就太好了! 代码我先review下,然后增加些校验功能后merge进主干分支,CI的问题你就不用管了,我这边会改好的。