Skip to content

Commit

Permalink
[v14] Update docs to call out acme is not for HA (#40482)
Browse files Browse the repository at this point in the history
* Update docs to call out acme is not for HA

based on user issues, until #27613 (comment) is implemented we should call out that using ACME is not for HA deployments

* Update proxy-service.yaml
  • Loading branch information
pschisa authored Apr 12, 2024
1 parent 25f659b commit 81e29e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pages/includes/config-reference/proxy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ proxy_service:
# Also set using the CLI command:
# 'teleport configure --acme [email protected] \
# --cluster-name=tele.example.com -o file'
# This should NOT be enabled in a highly available Teleport deployment
# Using in HA can lead to too many failed authorizations and a lock-up
# of the ACME process (https://letsencrypt.org/docs/failed-validation-limit/)
#acme:
# enabled: yes
# email: [email protected]
Expand Down

0 comments on commit 81e29e5

Please sign in to comment.