Skip to content

Commit b5959d3

Browse files
authored
Merge pull request #96 from kchristensen/cnames
Update README.md to reflect CNAME changes, update Lego
2 parents 7101046 + c5d18dc commit b5959d3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

udm-le.env

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ NO_BUNDLE="no"
2323
# Enable updating Radius support
2424
ENABLE_RADIUS="no"
2525

26-
# Allows CNAMEs to be resolved. When true, allows resolving _acme-challenge.* in case it
27-
# has a CNAME pointing to a different domain. With this, make sure the DNS provider config
28-
# is for the provider the CNAME points to.
29-
#
30-
# Leave this disabled if you don't know what this means as most configurations don't need it.
31-
LEGO_EXPERIMENTAL_CNAME_SUPPORT=false
26+
# Disable support for CNAME resolution. When false, allows resolving _acme-challenge.* if you
27+
# have a CNAME pointing to a different domain. This is generally not something people need, so leave
28+
# this alone unless you've explicitly set up a CNAME and understand the implications.
29+
LEGO_DISABLE_CNAME_SUPPORT=true
3230

3331
# The DNS resolver used to verify records. Change this to a public DNS resolver if you have
3432
# modified your UDM's upstream DNS servers to point to an internal resolver that is the
@@ -129,8 +127,8 @@ DNS_RESOLVERS=""
129127
UDM_LE_PATH="/data/udm-le"
130128

131129
# LetsEncrypt Configuration
132-
LEGO_VERSION="4.16.1"
133-
LEGO_SHA1="9e97a07db0660c69100327a67e839186153ce5df"
130+
LEGO_VERSION="4.17.4"
131+
LEGO_SHA1="637144bb79f42f7a4884bd98be7decb1679e4322"
134132
LEGO_DOWNLOAD_URL="https://github.com/go-acme/lego/releases/download/v${LEGO_VERSION}/lego_v${LEGO_VERSION}_linux_arm64.tar.gz"
135133
LEGO_BINARY="${UDM_LE_PATH}/lego"
136134
LEGO_PATH="${UDM_LE_PATH}/.lego"

0 commit comments

Comments
 (0)