Skip to content

Commit

Permalink
Upgrade to lego/acme v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristensen committed Sep 10, 2021
1 parent ee9ffca commit c119fb5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions udm-le.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ CERT_HOSTS='whatever.hostname.com,*.whatever.anotherhostname.com'
# Enable updating Captive Portal certificate as well as device certificate
ENABLE_CAPTIVE='no'

#
# Container Image configuration
#
CONTAINER_IMAGE="docker.io/goacme/lego"
CONTAINER_IMAGE_TAG="v4.2.0-arm.v8"


#
# DNS provider configuration
# See README.md file for more details
Expand Down Expand Up @@ -59,6 +52,10 @@ CLOUDFLARE_DNS_API_TOKEN=YOUR_CLOUDFLARE_API_TOKEN
# Change stuff below at your own risk
#

# Container Image configuration
CONTAINER_IMAGE="docker.io/goacme/lego"
CONTAINER_IMAGE_TAG="v4.4.0-arm.v8"

# DNS_RESOLVERS supports a host:port if you need to override system DNS
DNS_RESOLVERS=''

Expand Down

0 comments on commit c119fb5

Please sign in to comment.