leafo / lapis

A web framework for Lua and OpenResty written in MoonScript
http://leafo.net/lapis/
MIT License
3.12k stars 247 forks source link

SSL , Let's Encrypt #705

Closed jscsharp closed 4 years ago

jscsharp commented 4 years ago

I want to use SSL from Let's Encrypt. There is a plugin for openresty: https://github.com/auto-ssl/lua-resty-auto-ssl

My question is : should I use the sample settings in above link and add it to Lapis nginx.conf file? Thanks