-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: backport and make consistent (#6856)
- Loading branch information
1 parent
db8dfe5
commit e870846
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -384,13 +384,14 @@ proxy_service: | |
# optional: set a different public address for kubernetes access | ||
kube_public_addr: kube.example.com:3026 | ||
|
||
# Acquire an ACME TLS certificate. | ||
# Note: the cluster name should match the 'public_addr' of Teleport. | ||
# Get automatic certificate from Letsencrypt.org using ACME via TLS_ALPN-01 challenge. | ||
# When using ACME, the cluster name must match the 'public_addr' of Teleport and | ||
# the 'proxy_service' must be publicly accessible over port 443. | ||
# Also set using the CLI command: | ||
# 'teleport configure --acme [email protected] --cluster-name=tele.example.com -o file' | ||
acme: | ||
enabled: "yes" | ||
email: example@example.com | ||
#acme: | ||
# enabled: yes | ||
# email: "user@example.com" | ||
|
||
# This section configures the 'application service' | ||
app_service: | ||
|