We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc900e0 + 2a89958 commit d5eea55Copy full SHA for d5eea55
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