We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc900e0 commit 2a89958Copy full SHA for 2a89958
Dockerfile
@@ -1,7 +1,7 @@
1
FROM openresty/openresty:alpine-fat
2
3
# 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'
+ENV DIFFIE_HELLMAN='' ALLOWED_DOMAINS='.*' AUTO_SSL_VERSION='0.13.1' FORCE_HTTPS='true' SITES='' LETSENCRYPT_URL='https://acme-v02.api.letsencrypt.org/directory'
5
6
# Here we install open resty and generate dhparam.pem file.
7
# You can specify DIFFIE_HELLMAN=true to force regeneration of that file on first run
0 commit comments