mirror of
https://github.com/caddyserver/website.git
synced 2025-06-22 06:00:34 -04:00
Clarify that enabling tailscale is not necessary
This commit is contained in:
parent
8a09eb1aa6
commit
2f767c2f34
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ These manager modules come standard with the `tls` directive:
|
|||
|
||||
Get certificates from a locally-running [Tailscale](https://tailscale.com) instance. [HTTPS must be enabled in your Tailscale account](https://tailscale.com/kb/1153/enabling-https/) (or your open source [Headscale server](https://github.com/juanfont/headscale)); and the Caddy process must either be running as root, or you must configure `tailscaled` to give your Caddy user [permission to fetch certificates](https://github.com/caddyserver/caddy/pull/4541#issuecomment-1021568348).
|
||||
|
||||
**NOTE: This is usually unnecessary! Caddy automatically uses Tailscale for all *.ts.net domains without any configuration.**
|
||||
|
||||
```caddy-d
|
||||
get_certificate tailscale
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue