Skip to content

Commit

Permalink
letsencrypt: do not add dns_gandi_api_key twice (#3689)
Browse files Browse the repository at this point in the history
* Update file-structure.sh

Do not add dns_gandi_api_key to /data/dnsapikey, as this is added by /etc/services.d/lets-encrypt/run too.
Adding it twice makes certbot fail with
Error parsing credentials configuration '/data/dnsapikey': Duplicate keyword name at line 60.

* Update config.yaml

* Update CHANGELOG.md

* Update config.yaml
  • Loading branch information
marcoce7 committed Jul 16, 2024
1 parent b06a02e commit 6106a2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions letsencrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.24

- Fix Gandi DNS support using API key

## 5.0.23

- Fix missing domain configuration for joker.com DNS challenge
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 5.0.22
version: 5.0.24
slug: letsencrypt
name: Let's Encrypt
description: Manage certificate from Let's Encrypt
Expand Down
1 change: 0 additions & 1 deletion letsencrypt/rootfs/etc/cont-init.d/file-structure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ echo -e "dns_desec_token = $(bashio::config 'dns.desec_token')\n" \
"aws_secret_access_key = $(bashio::config 'dns.aws_secret_access_key')\n" \
"dns_sakuracloud_api_token = $(bashio::config 'dns.sakuracloud_api_token')\n" \
"dns_sakuracloud_api_secret = $(bashio::config 'dns.sakuracloud_api_secret')\n" \
"dns_gandi_api_key = $(bashio::config 'dns.gandi_api_key')\n" \
"dns_transip_username = $(bashio::config 'dns.transip_username')\n" \
"dns_transip_key_file = /data/transip-rsa.key\n" \
"dns_inwx_url = https://api.domrobot.com/xmlrpc/\n" \
Expand Down

0 comments on commit 6106a2e

Please sign in to comment.