Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Docker Nginx Auto Ssl
Commits
2a899586
Commit
2a899586
authored
Oct 28, 2019
by
Valian
Browse files
updated version of lua-resty-auto-ssl. Should fix #29
parent
cc900e0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2a899586
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.1
1
.1' FORCE_HTTPS='true' SITES='' LETSENCRYPT_URL='https://acme-v0
1
.api.letsencrypt.org/directory'
ENV
DIFFIE_HELLMAN='' ALLOWED_DOMAINS='.*' AUTO_SSL_VERSION='0.1
3
.1' FORCE_HTTPS='true' SITES='' LETSENCRYPT_URL='https://acme-v0
2
.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment