Skip to content

Commit

Permalink
Fix incorrect variable name in docs/howto-srv-server-delegation.md (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Nov 18, 2024
1 parent 3b0a433 commit 54af960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto-srv-server-delegation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ traefik_configuration_extension_yaml: |
storage: {{ traefik_config_certificatesResolvers_acme_storage | to_json }}
# 2. Configure the environment variables needed by Rraefik to automate the ACME DNS Challenge (example for Cloudflare)
traefik_environment_variables: |
traefik_environment_variables_additional_variables: |
CF_API_EMAIL=redacted
CF_ZONE_API_TOKEN=redacted
CF_DNS_API_TOKEN=redacted
Expand Down Expand Up @@ -153,7 +153,7 @@ traefik_configuration_extension_yaml: |
traefik_certResolver_primary: "dns"

# Configure the environment variables needed by Traefik to automate the ACME DNS Challenge (example for Cloudflare)
traefik_environment_variables: |
traefik_environment_variables_additional_variables: |
CF_API_EMAIL=redacted
CF_ZONE_API_TOKEN=redacted
CF_DNS_API_TOKEN=redacted
Expand Down

0 comments on commit 54af960

Please sign in to comment.