mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-06 14:54:20 +01:00
letsencrypt: Add Gandi DNS provider (#1287)
This is using https://pypi.org/project/certbot-plugin-gandi/ and is
loosely based on commit ae84a86209 which added support for netcup.
This commit is contained in:
committed by
GitHub
parent
2a3b0ec0d3
commit
3bd89bca24
@@ -34,6 +34,7 @@ echo -e "dns_cloudxns_api_key = $(bashio::config 'dns.cloudxns_api_key')\n" \
|
||||
"aws_access_key_id = $(bashio::config 'dns.aws_access_key_id')\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')" > /data/dnsapikey
|
||||
"dns_sakuracloud_api_secret = $(bashio::config 'dns.sakuracloud_api_secret')\n" \
|
||||
"certbot_plugin_gandi:dns_api_key = $(bashio::config 'dns.gandi_api_key')" > /data/dnsapikey
|
||||
|
||||
chmod 600 /data/dnsapikey
|
||||
|
||||
Reference in New Issue
Block a user