Skip to content

Commit 7944921

Browse files
committed
Bump lego to 4.11.0 for Google Domains support
1 parent 5229c81 commit 7944921

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note:
7474

7575
### Google Domains
7676

77-
If you use Google Domains as your DNS provider, set the `DNS_PROVIDER` to `googledomains` and configure `GOOGLE_DOMAINS_ACCESS_TOKEN` with your access token. You can create an access token in your Google Domains dashboard under YOUR_DOMAIN > Security > ACME DNS API.
77+
If you use Google Domains as your DNS provider, set the `DNS_PROVIDER` to `googledomains` and configure `GOOGLE_DOMAINS_ACCESS_TOKEN` with your access token. You can create an access token in your Google Domains dashboard under YOUR_DOMAIN > Security > ACME DNS API.
7878

7979
### Linode DNS
8080

udm-le.env

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ DNS_RESOLVERS=""
119119
UDM_LE_PATH="/data/udm-le"
120120

121121
# LetsEncrypt Configuration
122-
# Currently available version as of 2023-03-07
123-
LEGO_VERSION="4.10.2"
124-
LEGO_SHA1="ce38abfaccc8c0558e7668c7cb12b3980a6c61e5"
122+
LEGO_VERSION="4.11.0"
123+
LEGO_SHA1="41fb3736156ed6d42fba551127905c834e5b0ab0"
125124
LEGO_DOWNLOAD_URL="https://github.com/go-acme/lego/releases/download/v${LEGO_VERSION}/lego_v${LEGO_VERSION}_linux_arm64.tar.gz"
126125
LEGO_BINARY="${UDM_LE_PATH}/lego"
127126
LEGO_PATH="${UDM_LE_PATH}/.lego"

0 commit comments

Comments
 (0)