Skip to content

Commit 87c1fb3

Browse files
authored
Update event handler docs (#53021)
Documents #53006
1 parent bb142ed commit 87c1fb3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/pages/includes/configure-event-handler.mdx

+2-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ teleport-event-handler configure . mytenant.teleport.sh:443
1313
<TabItem scope={["oss", "enterprise"]} label="Self-Hosted">
1414

1515
Run the `configure` command to generate a sample configuration. Replace
16-
`teleport.example.com:443` with the DNS name and HTTPS port of Teleport's Proxy
16+
`mytenant.teleport.sh:443` with the DNS name and HTTPS port of Teleport's Proxy
1717
Service:
1818

1919
```code
@@ -110,8 +110,5 @@ the value of `--cn`.
110110

111111
The `--dns-names` flag accepts a comma-separated list of DNS names. It will
112112
append subject alternative names (SANs) to the server certificate (the one you
113-
will provide to your log forwarder) for each DNS name in the list. The Event
114-
Handler looks up each DNS name before appending it as an SAN and exits with an
115-
error if the lookup fails.
116-
113+
will provide to your log forwarder) for each DNS name in the list.
117114
</Details>

0 commit comments

Comments
 (0)