Skip to content
Open
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
9 changes: 9 additions & 0 deletions tailscale/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ their interface.
1. Click on the **…** icon at the right side and select the "Disable key
expiry" option.

**Note:** _Remember to restart the app when the configuration is changed._

**Note:** _This is just an example, not even the default, don't copy and paste
it! Create your own!_

```yaml
accept_dns: true
accept_routes: true
Expand Down Expand Up @@ -248,6 +253,10 @@ This can prevent browsers from warning that HTTP URLs to your Home Assistant
instance look unencrypted (browsers are not aware that the connections between
Tailscale nodes are secured with end-to-end encryption).

**Note:** Tailscale Serve and Funnel will automatically update the certificate
before expiration, unlike the `tailscale cert` command. Follow the steps in this
documentation below to set up Serve or Funnel properly.

With the Tailscale Serve feature, you can access your Home Assistant instance
with the provided certificate within your tailnet from devices already connected
to your tailnet.
Expand Down
Loading