Skip to content

Commit d5eea55

Browse files
authored
Merge pull request #31 from Valian/29-updated-auto-ssl-version
updated version of lua-resty-auto-ssl
2 parents cc900e0 + 2a89958 commit d5eea55

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)