Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/pages/includes/configure-event-handler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ teleport-event-handler configure . mytenant.teleport.sh:443
<TabItem scope={["oss", "enterprise"]} label="Self-Hosted">

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

```code
Expand Down Expand Up @@ -110,8 +110,5 @@ the value of `--cn`.

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

will provide to your log forwarder) for each DNS name in the list.
</Details>