Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

certs: update tscert dialer to connect to tsnet server #53

Merged
merged 2 commits into from
Jun 3, 2024

Commits on Jun 2, 2024

  1. go.mod: update caddy to 2.8.4

    Signed-off-by: Will Norris <will@tailscale.com>
    willnorris committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    ca5b652 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. certs: update tscert dialer to connect to tsnet server

    This provides an alternate implementation for tscert.TailscaledDialer
    that tries to find a tsnet server for the requested certificate.
    This allows caddy-tailscale to be used with caddy's auto_https support.
    
    Fixes #19
    
    Signed-off-by: Will Norris <will@tailscale.com>
    willnorris committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    36d4dbc View commit details
    Browse the repository at this point in the history