Enable Gandi DNS challenge for Letsencrypt

This commit is contained in:
3wc
2021-06-19 02:47:25 +02:00
parent 0421dd4747
commit 46010aeb95
5 changed files with 40 additions and 6 deletions

View File

@ -7,4 +7,8 @@ export OVH_CONSUMER_KEY=$(cat "$OVH_CONSUMER_KEY_FILE")
export OVH_APPLICATION_SECRET=$(cat "$OVH_APPLICATION_SECRET_FILE")
{{ end }}
{{ if eq (env "GANDI_ENABLED") "1" }}
export GANDIV5_API_KEY=$(cat "$GANDIV5_API_KEY_FILE")
{{ end }}
/entrypoint.sh "$@"