Skip to content

Commit

Permalink
docs: backport and make consistent (#6856)
Browse files Browse the repository at this point in the history
  • Loading branch information
inertial-frame authored May 17, 2021
1 parent db8dfe5 commit e870846
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/pages/config-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e870846

Please sign in to comment.