Skip to main content

Automate Certificates with Tailscale

Provision TLS certificates for your internal Tailscale services using Traefik Hub API Gateway.

In addition to its VPN role, Tailscale can also provide certificates for machines in your Tailscale network.

Certificate resolvers

To obtain a TLS certificate from the Tailscale daemon, a Tailscale certificate resolver must be configured.

YAML
certificatesResolvers:
myresolver:
tailscale: {}
"Advanced Configuration"

The options to set an advanced configuration are described in the reference page.