Tailscale: Difference between revisions
Line 25: | Line 25: | ||
== Configuring TLS == | == Configuring TLS == | ||
{{Expansion| | |||
* Set up Systemd service to run this command at regular intervals to avoid cert expiration. | |||
* Show how to run for multiple services on a single machine. | |||
}} | |||
Per [https://tailscale.com/kb/1153/enabling-https/?q=tls#provision-tls-certificates-for-your-devices Enabling HTTPS in the Tailscale documentation], run the following: | Per [https://tailscale.com/kb/1153/enabling-https/?q=tls#provision-tls-certificates-for-your-devices Enabling HTTPS in the Tailscale documentation], run the following: | ||
Line 41: | Line 46: | ||
services.tailscale.permitCertUid = "caddy"; | services.tailscale.permitCertUid = "caddy"; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Known issues == | == Known issues == |