Skip to content

Commit 2a89958

Browse files
committed
updated version of lua-resty-auto-ssl. Should fix #29
1 parent cc900e0 commit 2a89958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM openresty/openresty:alpine-fat
22

33
# allowed domains should be lua match pattern
4-
ENV DIFFIE_HELLMAN='' ALLOWED_DOMAINS='.*' AUTO_SSL_VERSION='0.11.1' FORCE_HTTPS='true' SITES='' LETSENCRYPT_URL='https://acme-v01.api.letsencrypt.org/directory'
4+
ENV DIFFIE_HELLMAN='' ALLOWED_DOMAINS='.*' AUTO_SSL_VERSION='0.13.1' FORCE_HTTPS='true' SITES='' LETSENCRYPT_URL='https://acme-v02.api.letsencrypt.org/directory'
55

66
# Here we install open resty and generate dhparam.pem file.
77
# You can specify DIFFIE_HELLMAN=true to force regeneration of that file on first run

0 commit comments

Comments
 (0)