Skip to content

Commit

Permalink
Bump lego to 4.11.0 for Google Domains support
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristensen committed May 22, 2023
1 parent 5229c81 commit 7944921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Note:

### Google Domains

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.
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.

### Linode DNS

Expand Down
5 changes: 2 additions & 3 deletions udm-le.env
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,8 @@ DNS_RESOLVERS=""
UDM_LE_PATH="/data/udm-le"

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

0 comments on commit 7944921

Please sign in to comment.