Skip to content

Commit

Permalink
Update Lua Resty Auto SSL to latest version
Browse files Browse the repository at this point in the history
Fixes issues with new accounts being registered and switched to using V2 API for Let's Encrypt.
  • Loading branch information
akalipetis authored Oct 18, 2019
1 parent b15b840 commit 054c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceryx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -fSslL https://github.com/jwilder/dockerize/releases/download/${DOCKERI

# Install lua-resty-auto-ssl for dynamically generating certificates from LE
# https://github.com/GUI/lua-resty-auto-ssl
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-auto-ssl 0.12.0 &&\
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-auto-ssl 0.13.1 &&\
mkdir /etc/resty-auto-ssl/ &&\
chown -R $user:$group /etc/resty-auto-ssl/

Expand Down

0 comments on commit 054c917

Please sign in to comment.