Commit 2a899586 authored by Valian's avatar Valian
Browse files

updated version of lua-resty-auto-ssl. Should fix #29

parent cc900e0e
FROM openresty/openresty:alpine-fat FROM openresty/openresty:alpine-fat
# allowed domains should be lua match pattern # allowed domains should be lua match pattern
ENV DIFFIE_HELLMAN='' ALLOWED_DOMAINS='.*' AUTO_SSL_VERSION='0.11.1' FORCE_HTTPS='true' SITES='' LETSENCRYPT_URL='https://acme-v01.api.letsencrypt.org/directory' ENV DIFFIE_HELLMAN='' ALLOWED_DOMAINS='.*' AUTO_SSL_VERSION='0.13.1' FORCE_HTTPS='true' SITES='' LETSENCRYPT_URL='https://acme-v02.api.letsencrypt.org/directory'
# Here we install open resty and generate dhparam.pem file. # Here we install open resty and generate dhparam.pem file.
# You can specify DIFFIE_HELLMAN=true to force regeneration of that file on first run # You can specify DIFFIE_HELLMAN=true to force regeneration of that file on first run
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment